GET /api/bet_types/5ecc317b-7ed3-4a77-966d-84607d8fe9cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ecc317b-7ed3-4a77-966d-84607d8fe9cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/379f7b4b-3e70-452a-b7e6-43b6a4d5fdff/?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 Raptors",
                "amount": 8083.0
            },
            {
                "team": "Orlando Magic",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9295.45,
        "profit_sb": 295.45,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "de000b79-6b04-4624-b3f5-4a03ba90a370",
            "gambit_id": "9908e384-8fd7-4536-9f2c-3e9c1af3a6aa",
            "last_updated": "2022-12-05T11:42:10.782352-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ecc317b-7ed3-4a77-966d-84607d8fe9cc/?format=api"
        },
        {
            "id": "a01cd807-4985-4973-8669-fe94b09b749a",
            "gambit_id": "cb1853fc-e1a9-4bb1-a7cb-d350bea624df",
            "last_updated": "2022-12-05T11:42:10.783369-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "4.85000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ecc317b-7ed3-4a77-966d-84607d8fe9cc/?format=api"
        }
    ]
}