GET /api/bet_types/224c05f5-3f47-4031-b552-8f7c421cc09e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "224c05f5-3f47-4031-b552-8f7c421cc09e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1e12d45-9fae-4ac4-a9cf-ff1d6f1137e3/?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": "Indianapolis Colts",
                "amount": 5899.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "28c0d92e-1164-4e17-96da-ca3fb39f6534",
            "gambit_id": "05112dc3-f8c9-43f1-b1f8-fc8bfbd6d2fb",
            "last_updated": "2022-09-19T11:02:15.866182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/224c05f5-3f47-4031-b552-8f7c421cc09e/?format=api"
        },
        {
            "id": "cf77fc93-6565-4f48-8609-f3f8cdf4f5c6",
            "gambit_id": "2ccf84bf-f735-4e5c-a58b-731388c265e0",
            "last_updated": "2022-09-19T11:02:15.865084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/224c05f5-3f47-4031-b552-8f7c421cc09e/?format=api"
        }
    ]
}