GET /api/bet_types/1ad11b8e-26ae-43e6-8bcc-bd7a0acd2f57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ad11b8e-26ae-43e6-8bcc-bd7a0acd2f57",
    "match": "https://api-prod.gambitprofit.com/api/matches/dff03b53-57c5-4df6-bc50-7c4ce38fff12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-06T10:08:01.426980-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6969.0
            },
            {
                "team": "Draw",
                "amount": 3031.0
            }
        ],
        "expected_reward_tokens": 11426.87,
        "profit_sb": 1926.87,
        "profit_sb_percentage": 20.28,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5633.0
            },
            {
                "team": "Draw",
                "amount": 2450.0
            },
            {
                "team": "Burnley",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9236.5,
        "profit_sb": -263.5,
        "profit_sb_percentage": -2.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a4f793f-44c6-4e5c-982e-7ff7913fc4c2",
            "gambit_id": "c735ef60-62cd-4707-866c-13146e3ddcce",
            "last_updated": "2023-10-09T15:28:13.421052-04:00",
            "created_at": "2023-10-06T10:08:01.449544-04:00",
            "name": "Chelsea",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad11b8e-26ae-43e6-8bcc-bd7a0acd2f57/?format=api"
        },
        {
            "id": "7b958466-206b-4562-8a33-ccfa2291434a",
            "gambit_id": "b3582210-121f-44b2-a6c9-bfd532d498e3",
            "last_updated": "2023-10-09T15:28:13.413977-04:00",
            "created_at": "2023-10-06T10:08:01.435785-04:00",
            "name": "Draw",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad11b8e-26ae-43e6-8bcc-bd7a0acd2f57/?format=api"
        },
        {
            "id": "665625ae-01a5-4ae6-bd85-485ac7f362bb",
            "gambit_id": "9b69e750-1bef-438f-aa4a-4ecff7f1d775",
            "last_updated": "2023-10-09T15:28:13.417775-04:00",
            "created_at": "2023-10-06T10:08:01.444193-04:00",
            "name": "Burnley",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad11b8e-26ae-43e6-8bcc-bd7a0acd2f57/?format=api"
        }
    ]
}