GET /api/bet_types/ed1b807b-19da-4700-97ff-60bc38c9f82f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed1b807b-19da-4700-97ff-60bc38c9f82f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9f94343-6307-4d1a-846b-b4be14486644/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:27:09.781044-04: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": "Benny Aitcheson",
                "amount": 7080.0
            },
            {
                "team": "Marius Radoi",
                "amount": 2920.0
            }
        ],
        "expected_reward_tokens": 9344.0,
        "profit_sb": -156.0,
        "profit_sb_percentage": -1.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "42ae183c-95fd-41f0-bd40-fd6bd827f3ac",
            "gambit_id": "0279168f-3d93-4229-87af-daaeb38ce34b",
            "last_updated": "2023-04-28T23:16:59.393061-04:00",
            "created_at": "2023-04-20T15:27:09.785651-04:00",
            "name": "Benny Aitcheson",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1b807b-19da-4700-97ff-60bc38c9f82f/?format=api"
        },
        {
            "id": "52045727-4837-495b-8fc4-a6c4bb332779",
            "gambit_id": "044411ee-d4ff-4f61-a51f-92a2dfbd0626",
            "last_updated": "2023-04-28T23:16:59.391656-04:00",
            "created_at": "2023-04-20T15:27:09.783302-04:00",
            "name": "Marius Radoi",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1b807b-19da-4700-97ff-60bc38c9f82f/?format=api"
        }
    ]
}