GET /api/bet_types/6552328b-ad35-4f03-997b-25f9b74261eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6552328b-ad35-4f03-997b-25f9b74261eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2e36fd5-3eeb-4c4c-a83b-509763cba3a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:47.736012-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "208a20e7-bae2-43ce-960f-d24cec504d72",
            "gambit_id": "19ecfc79-2eb1-47f1-8221-27ac7a373d6a",
            "last_updated": "2023-01-14T12:07:00.305454-05:00",
            "created_at": "2023-01-13T09:11:47.737236-05:00",
            "name": "Washington Wizards",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6552328b-ad35-4f03-997b-25f9b74261eb/?format=api"
        },
        {
            "id": "1790b384-f03d-43df-8f7d-3e1584976a73",
            "gambit_id": "c3ba59f9-3df3-43c6-b71a-9938e1a9333f",
            "last_updated": "2023-01-14T12:07:00.308596-05:00",
            "created_at": "2023-01-13T09:11:47.738539-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6552328b-ad35-4f03-997b-25f9b74261eb/?format=api"
        }
    ]
}