GET /api/bet_types/3ab5f577-923a-44df-8c12-15261d0c2027/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ab5f577-923a-44df-8c12-15261d0c2027",
    "match": "https://api-prod.gambitprofit.com/api/matches/0292cadd-ec82-4cf6-8cda-f6a8aedb608c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-20T09:13:18.896797-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": "Khamzat Chimaev",
                "amount": 7336.0
            },
            {
                "team": "Kamaru Usman",
                "amount": 2664.0
            }
        ],
        "expected_reward_tokens": 9243.36,
        "profit_sb": -256.64,
        "profit_sb_percentage": -2.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1ac1874-a097-4800-bc74-a9d499c82207",
            "gambit_id": "c446c729-918a-4d64-b3eb-7215214d5233",
            "last_updated": "2023-10-23T13:52:56.242642-04:00",
            "created_at": "2023-10-20T09:13:18.901111-04:00",
            "name": "Khamzat Chimaev",
            "reward": "1.26000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ab5f577-923a-44df-8c12-15261d0c2027/?format=api"
        },
        {
            "id": "c45207f2-7bc3-44d0-91f7-9bf5985bb37d",
            "gambit_id": "440ab6d7-5674-4cdf-bd6b-f8a46b0f03a1",
            "last_updated": "2023-10-23T13:52:56.246206-04:00",
            "created_at": "2023-10-20T09:13:18.906177-04:00",
            "name": "Kamaru Usman",
            "reward": "3.47000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ab5f577-923a-44df-8c12-15261d0c2027/?format=api"
        }
    ]
}