GET /api/bet_types/8aef4342-b088-41e1-a24e-03064cf680a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8aef4342-b088-41e1-a24e-03064cf680a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/19c67a8a-6eee-425f-8a89-292c35703862/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Seoul Dynasty",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Seoul Dynasty",
                "amount": 8445.0
            },
            {
                "team": "Los Angeles Valiant",
                "amount": 1555.0
            }
        ],
        "expected_reward_tokens": 9034.55,
        "profit_sb": 34.55,
        "profit_sb_percentage": 0.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa99fb4b-4417-47db-b132-a4d5b425066c",
            "gambit_id": "71504209-2073-4be0-a8ff-7278aefabbb8",
            "last_updated": "2022-09-25T21:37:32.027667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seoul Dynasty",
            "reward": "1.07000",
            "odds": "1.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aef4342-b088-41e1-a24e-03064cf680a3/?format=api"
        },
        {
            "id": "c429c709-e161-4ec0-bf22-c9ca4c0d3712",
            "gambit_id": "3ce8051d-9aa9-443e-8a63-5e3bcfd86c6d",
            "last_updated": "2022-09-25T21:37:32.026555-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Valiant",
            "reward": "5.81000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aef4342-b088-41e1-a24e-03064cf680a3/?format=api"
        }
    ]
}