GET /api/bet_types/e0c4ae83-5f9e-4bf7-bb8c-3882be75e170/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0c4ae83-5f9e-4bf7-bb8c-3882be75e170",
    "match": "https://api-prod.gambitprofit.com/api/matches/85630192-b17e-4192-a93a-4707854b4a2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "ATL (M Fried)",
                "amount": 5323.0
            },
            {
                "team": "SEA (G Kirby)",
                "amount": 4677.0
            }
        ],
        "expected_reward_tokens": 9260.46,
        "profit_sb": 260.46,
        "profit_sb_percentage": 2.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "24eb13e3-dfa4-42aa-8760-e7f8e7d0142b",
            "gambit_id": "7c191810-a91e-4ef8-b534-163edfc8a181",
            "last_updated": "2022-09-11T18:32:18.550850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (M Fried)",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0c4ae83-5f9e-4bf7-bb8c-3882be75e170/?format=api"
        },
        {
            "id": "ad7458ec-89c4-4984-876a-9893d4dea0ed",
            "gambit_id": "68f2fb34-0d04-4c18-8312-64e88511a50b",
            "last_updated": "2022-09-11T18:32:18.549946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0c4ae83-5f9e-4bf7-bb8c-3882be75e170/?format=api"
        }
    ]
}