GET /api/bet_types/314794ba-b9d5-4cf2-a077-dc855aae55a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "314794ba-b9d5-4cf2-a077-dc855aae55a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d091ed-b055-4af1-a6a3-d548cbc4a3e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:04.195342-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": "Philadelphia 76ers",
                "amount": 6659.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c809df19-6a73-4474-a66f-5f12d5e69f57",
            "gambit_id": "0aec226b-5f06-472e-9e9c-b69b72e00635",
            "last_updated": "2023-11-15T22:48:00.715002-05:00",
            "created_at": "2023-11-14T09:13:04.204223-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314794ba-b9d5-4cf2-a077-dc855aae55a1/?format=api"
        },
        {
            "id": "47627230-2f1a-496e-a253-538ae2de6f0a",
            "gambit_id": "9440f21d-07cb-4ffd-b509-ddd18ee2a6b9",
            "last_updated": "2023-11-15T22:48:00.711759-05:00",
            "created_at": "2023-11-14T09:13:04.199645-05:00",
            "name": "Indiana Pacers",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314794ba-b9d5-4cf2-a077-dc855aae55a1/?format=api"
        }
    ]
}