GET /api/bet_types/c827c030-68a5-4d9d-bccf-1dead6d25aef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c827c030-68a5-4d9d-bccf-1dead6d25aef",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fba69e3-2b58-4ae9-8f87-8993ca960372/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T14:03:05.306888-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": "SDG (M Waldron)",
                "amount": 5260.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5c171f7-9684-404b-ad6e-25843bb16c13",
            "gambit_id": "63b3c9c9-f9b5-47bf-ad1d-217c976ce580",
            "last_updated": "2023-08-21T11:13:23.107141-04:00",
            "created_at": "2023-08-19T14:03:05.317924-04:00",
            "name": "SDG (M Waldron)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c827c030-68a5-4d9d-bccf-1dead6d25aef/?format=api"
        },
        {
            "id": "0687d3f1-fefd-4f7e-b6ae-d74a5afd6faf",
            "gambit_id": "eb98d755-0eeb-4d06-907c-6d1fee144789",
            "last_updated": "2023-08-21T11:13:23.103730-04:00",
            "created_at": "2023-08-19T14:03:05.311996-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c827c030-68a5-4d9d-bccf-1dead6d25aef/?format=api"
        }
    ]
}