GET /api/bet_types/9ed1a987-bb8d-472e-8733-a27571c029fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ed1a987-bb8d-472e-8733-a27571c029fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/483b72e6-2fb9-4adc-b91c-964848a28f1c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T08:38:23.219966-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 (G Williams)",
                "amount": 6232.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "76e1cab5-ed88-4429-b9dc-dec4594254e0",
            "gambit_id": "c1301bce-aa5d-49e9-988e-c8c6a8334672",
            "last_updated": "2023-07-10T10:08:10.842054-04:00",
            "created_at": "2023-07-08T08:38:23.225572-04:00",
            "name": "CLE (G Williams)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ed1a987-bb8d-472e-8733-a27571c029fc/?format=api"
        },
        {
            "id": "5b0357d1-18c1-444f-9c7d-9832417c0c1b",
            "gambit_id": "9c099085-6e68-457e-b0d8-b90fe39480a8",
            "last_updated": "2023-07-10T10:08:10.840642-04:00",
            "created_at": "2023-07-08T08:38:23.222870-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ed1a987-bb8d-472e-8733-a27571c029fc/?format=api"
        }
    ]
}