GET /api/bet_types/f8c0cb2f-3929-4e61-a5b6-8b5da5e36e88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8c0cb2f-3929-4e61-a5b6-8b5da5e36e88",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2ca4d0c-cd5a-45e9-b297-ada6baed5717/?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": "SDG (S Manaea)",
                "amount": 7011.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 2989.0
            }
        ],
        "expected_reward_tokens": 9324.63,
        "profit_sb": 324.63,
        "profit_sb_percentage": 3.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8477024-42b4-4391-848c-116c40d9f72b",
            "gambit_id": "c93e8649-fd1c-46ce-9297-1cdba78b5f85",
            "last_updated": "2022-08-22T09:41:59.630100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (S Manaea)",
            "reward": "1.33000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c0cb2f-3929-4e61-a5b6-8b5da5e36e88/?format=api"
        },
        {
            "id": "3dcb0c7f-e974-45e6-af24-be17d9977044",
            "gambit_id": "aeb276dd-ae80-4ef1-8d28-5598f60a4369",
            "last_updated": "2022-08-22T09:41:59.630557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Corbin)",
            "reward": "3.12000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c0cb2f-3929-4e61-a5b6-8b5da5e36e88/?format=api"
        }
    ]
}