GET /api/bet_types/15eaf106-8b57-4406-a043-2d128e986a51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15eaf106-8b57-4406-a043-2d128e986a51",
    "match": "https://api-prod.gambitprofit.com/api/matches/9777504f-68d6-425d-9ae5-a08d65cf63c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:41:58.622169-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": "TEX (M Perez)",
                "amount": 5426.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e46aeb7-a961-4e05-8380-122652306c1b",
            "gambit_id": "785551ad-9853-420d-be69-374b6685b769",
            "last_updated": "2023-04-26T12:02:16.406330-04:00",
            "created_at": "2023-04-25T11:41:58.626845-04:00",
            "name": "TEX (M Perez)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15eaf106-8b57-4406-a043-2d128e986a51/?format=api"
        },
        {
            "id": "ec75fbf1-7754-4e20-bbe3-471bcc336d1d",
            "gambit_id": "3aae1a19-04c6-4677-8c13-c892fcd756a8",
            "last_updated": "2023-04-26T12:02:16.404833-04:00",
            "created_at": "2023-04-25T11:41:58.624438-04:00",
            "name": "CIN (L Weaver)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15eaf106-8b57-4406-a043-2d128e986a51/?format=api"
        }
    ]
}