GET /api/bet_types/f9a04329-c3e8-4202-ac5f-57a03e9b64f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9a04329-c3e8-4202-ac5f-57a03e9b64f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b98d500e-8ea1-49ce-9272-680effe864f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-31T10:23:04.045145-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": "ATL (C Morton)",
                "amount": 6434.0
            },
            {
                "team": "LAA (G Canning)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec10ea78-6cf1-4cf9-9594-e3c5bfa236e3",
            "gambit_id": "2ca9302c-f6d6-4156-82b1-27f1a469bce8",
            "last_updated": "2023-08-07T19:18:02.259345-04:00",
            "created_at": "2023-07-31T10:23:04.053441-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a04329-c3e8-4202-ac5f-57a03e9b64f8/?format=api"
        },
        {
            "id": "837b793e-2189-4d41-ada7-52b43300f968",
            "gambit_id": "144e918f-a0dd-4c29-b855-a4458767d35e",
            "last_updated": "2023-08-07T19:18:02.253594-04:00",
            "created_at": "2023-07-31T10:23:04.049280-04:00",
            "name": "LAA (G Canning)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a04329-c3e8-4202-ac5f-57a03e9b64f8/?format=api"
        }
    ]
}