GET /api/bet_types/a4974b21-84e7-49c9-b8ff-c0e693367c3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4974b21-84e7-49c9-b8ff-c0e693367c3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/07195e1c-ce4a-44f3-b3cd-52e7e41e1a6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-18T14:22:08.723905-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": "Dakota Cochrane",
                "amount": 5588.0
            },
            {
                "team": "Noah Cutter",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 8382.0,
        "profit_sb": -1118.0,
        "profit_sb_percentage": -11.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fcd010d-af8f-4292-b41f-e7e93ffea4df",
            "gambit_id": "482566a4-f85a-45d5-b327-9867c7db90a0",
            "last_updated": "2023-05-20T15:37:11.776163-04:00",
            "created_at": "2023-05-18T14:22:08.727272-04:00",
            "name": "Dakota Cochrane",
            "reward": "1.50000",
            "odds": "1.66000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4974b21-84e7-49c9-b8ff-c0e693367c3a/?format=api"
        },
        {
            "id": "1b89694f-b739-44e8-b128-f6968f758947",
            "gambit_id": "5471272e-9fc6-44c2-9bf4-aa4f611da0a7",
            "last_updated": "2023-05-20T15:37:11.774493-04:00",
            "created_at": "2023-05-18T14:22:08.725534-04:00",
            "name": "Noah Cutter",
            "reward": "1.90000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4974b21-84e7-49c9-b8ff-c0e693367c3a/?format=api"
        }
    ]
}