GET /api/bet_types/8c9c4754-7091-421b-a66d-4047585cb721/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c9c4754-7091-421b-a66d-4047585cb721",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dc351a5-a255-4bd9-b5cc-9405b9ac2214/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-04T09:48:06.597239-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": "TOR (J Berrios)",
                "amount": 6293.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1aee7f8-6b73-4ac4-9ae5-119868fa3bc6",
            "gambit_id": "9b8d04d9-2214-416f-ba8e-768b22b9113b",
            "last_updated": "2023-09-11T13:58:02.055327-04:00",
            "created_at": "2023-09-04T09:48:06.601093-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c9c4754-7091-421b-a66d-4047585cb721/?format=api"
        },
        {
            "id": "d8ff0f1c-3ac4-4fe2-98aa-107853b83bb6",
            "gambit_id": "86171977-cfb5-425c-9abe-0aebdcadd267",
            "last_updated": "2023-09-11T13:58:02.061279-04:00",
            "created_at": "2023-09-04T09:48:06.604844-04:00",
            "name": "OAK (K Waldichuk)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c9c4754-7091-421b-a66d-4047585cb721/?format=api"
        }
    ]
}