GET /api/bet_types/c9456b54-3c17-4963-8ce1-e666791349df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9456b54-3c17-4963-8ce1-e666791349df",
    "match": "https://api-prod.gambitprofit.com/api/matches/32c1776d-5f71-48c7-a5cb-7666cf2e7c4f/?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": "Toronto Maple Leafs",
                "amount": 5492.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "cef0a3a5-c48a-4c1b-b28d-bb2b935e2de5",
            "gambit_id": "20a821a3-edea-4a39-a441-02be337200b7",
            "last_updated": "2022-11-07T09:08:13.592366-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9456b54-3c17-4963-8ce1-e666791349df/?format=api"
        },
        {
            "id": "4959b648-40d1-4fa4-af14-599d35531e63",
            "gambit_id": "7b5c8eaa-288b-4681-b341-9b7bbdf8b135",
            "last_updated": "2022-11-07T09:08:13.593319-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9456b54-3c17-4963-8ce1-e666791349df/?format=api"
        }
    ]
}