GET /api/bet_types/c81f378f-cf06-47e5-8ae1-3c079ca35ef1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c81f378f-cf06-47e5-8ae1-3c079ca35ef1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6f144fe-2bad-40cc-a7ba-41579c9d5fdd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-17T11:42:58.346949-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": "CLE (X Curry)",
                "amount": 5490.0
            },
            {
                "team": "PIT (Q Priester)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e2a8de1-eb53-4612-bbbc-b110a64b9dd8",
            "gambit_id": "c3d2b1b5-5589-4ed5-b581-c303682b8479",
            "last_updated": "2023-07-18T22:08:26.392075-04:00",
            "created_at": "2023-07-17T11:42:58.348412-04:00",
            "name": "CLE (X Curry)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81f378f-cf06-47e5-8ae1-3c079ca35ef1/?format=api"
        },
        {
            "id": "3e92d556-8e65-4b70-bab6-6d5eef60d556",
            "gambit_id": "d7c56674-cd74-4a79-988b-0114405ffec7",
            "last_updated": "2023-07-18T22:08:26.393402-04:00",
            "created_at": "2023-07-17T11:42:58.349883-04:00",
            "name": "PIT (Q Priester)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81f378f-cf06-47e5-8ae1-3c079ca35ef1/?format=api"
        }
    ]
}