GET /api/bet_types/d76a2db4-648d-446a-914e-6d891fe9b16c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d76a2db4-648d-446a-914e-6d891fe9b16c",
    "match": "https://api-prod.gambitprofit.com/api/matches/695be94b-9499-4b58-a6b7-703d35bd443a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "KAN (B Singer)",
                "amount": 5890.0
            },
            {
                "team": "DET (T Alexander)",
                "amount": 4110.0
            }
        ],
        "expected_reward_tokens": 9247.3,
        "profit_sb": 247.3,
        "profit_sb_percentage": 2.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "97baead1-e400-46f3-8d0f-9a501c409a77",
            "gambit_id": "a0de3aaf-8495-4912-867a-9c1d684bd399",
            "last_updated": "2022-09-12T10:57:17.648779-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (B Singer)",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d76a2db4-648d-446a-914e-6d891fe9b16c/?format=api"
        },
        {
            "id": "dbcaa5c2-319e-40ab-b519-05959b0aae4d",
            "gambit_id": "367d287a-657b-4465-82ae-0989a124bf9a",
            "last_updated": "2022-09-12T10:57:17.649843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (T Alexander)",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d76a2db4-648d-446a-914e-6d891fe9b16c/?format=api"
        }
    ]
}