GET /api/bet_types/105ba66c-3653-407e-8999-f9214b36d50c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "105ba66c-3653-407e-8999-f9214b36d50c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba11d60c-53fa-4a62-95b9-7e473c1c8352/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Argentina",
                "amount": 5181.0
            },
            {
                "team": "France",
                "amount": 4819.0
            }
        ],
        "expected_reward_tokens": 12433.02,
        "profit_sb": 3433.02,
        "profit_sb_percentage": 38.14,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Argentina",
                "amount": 3603.0
            },
            {
                "team": "France",
                "amount": 3352.0
            },
            {
                "team": "Draw",
                "amount": 3045.0
            }
        ],
        "expected_reward_tokens": 8647.2,
        "profit_sb": -352.8,
        "profit_sb_percentage": -3.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "05499a8d-1d9b-4b9f-b979-32416dc872b9",
            "gambit_id": "ef9856c2-fd1a-4b57-859f-bbc8e38ce638",
            "last_updated": "2022-12-19T11:02:04.679964-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Argentina",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/105ba66c-3653-407e-8999-f9214b36d50c/?format=api"
        },
        {
            "id": "572200a1-3872-4d84-aa15-09e943cf3da7",
            "gambit_id": "0e39af39-d76c-42fd-8189-2af3e93d01f5",
            "last_updated": "2022-12-19T11:02:04.678905-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "France",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/105ba66c-3653-407e-8999-f9214b36d50c/?format=api"
        },
        {
            "id": "893fc66c-c9be-45c0-a413-5c57eb5e8b8b",
            "gambit_id": "adf0858e-2eda-40a8-bb26-7ebd6fcf9e11",
            "last_updated": "2022-12-19T11:02:04.681030-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.84000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/105ba66c-3653-407e-8999-f9214b36d50c/?format=api"
        }
    ]
}