GET /api/bet_types/13ce196f-e2f7-45e4-a88c-aeb53e86914d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13ce196f-e2f7-45e4-a88c-aeb53e86914d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb4d6ed3-09e3-4d13-ac89-c0f58075f3ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:25.043217-04: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": "BAL (K Bradish)",
                "amount": 5222.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "af3a6a2c-876c-46a0-8c98-17fe37c9cf18",
            "gambit_id": "c2a73ec3-bba3-4fca-b6ab-1e975b59dd68",
            "last_updated": "2023-09-09T11:28:28.334279-04:00",
            "created_at": "2023-09-08T09:23:25.047727-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13ce196f-e2f7-45e4-a88c-aeb53e86914d/?format=api"
        },
        {
            "id": "ec206956-1082-4c56-a6ec-9f1ef4a553e6",
            "gambit_id": "8fa9f4d8-90b3-4b41-9148-cc9b0232ffcd",
            "last_updated": "2023-09-09T11:28:28.337575-04:00",
            "created_at": "2023-09-08T09:23:25.052851-04:00",
            "name": "BOS (T Houck)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13ce196f-e2f7-45e4-a88c-aeb53e86914d/?format=api"
        }
    ]
}