GET /api/bet_types/d4856300-180a-46b7-b960-965b4e12b08c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4856300-180a-46b7-b960-965b4e12b08c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ca00c1d-d555-4486-a8b2-c247c3ba442e/?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": "MIL (C Burnes)",
                "amount": 6074.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 3926.0
            }
        ],
        "expected_reward_tokens": 9657.66,
        "profit_sb": 157.66,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "d14a6240-0c8a-43ba-b8c4-233c4399bfaa",
            "gambit_id": "4314c1c7-c11c-447e-a1e5-d776a0769bcb",
            "last_updated": "2022-10-06T10:17:06.131435-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (C Burnes)",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4856300-180a-46b7-b960-965b4e12b08c/?format=api"
        },
        {
            "id": "e83c224e-8ae4-47b9-b18f-27e47e4851f3",
            "gambit_id": "aa2d0be5-8afc-4ab9-a81f-2f4789da7293",
            "last_updated": "2022-10-06T10:17:06.132406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Kelly)",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4856300-180a-46b7-b960-965b4e12b08c/?format=api"
        }
    ]
}