GET /api/bet_types/b8e377c9-f6ac-4f3c-8d53-f08ddc8ae288/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8e377c9-f6ac-4f3c-8d53-f08ddc8ae288",
    "match": "https://api-prod.gambitprofit.com/api/matches/2eb0cfcb-746a-47c7-9995-462679a95576/?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": "Vancouver Whitecaps FC",
                "amount": 5693.0
            },
            {
                "team": "Austin FC",
                "amount": 4307.0
            }
        ],
        "expected_reward_tokens": 11670.65,
        "profit_sb": 2170.65,
        "profit_sb_percentage": 22.85,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 4242.0
            },
            {
                "team": "Austin FC",
                "amount": 3209.0
            },
            {
                "team": "Draw",
                "amount": 2550.0
            }
        ],
        "expected_reward_tokens": 8695.5,
        "profit_sb": -804.5,
        "profit_sb_percentage": -8.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "761373e9-f47b-4dd1-9f84-af724dc824e0",
            "gambit_id": "d06d93f7-88a5-4a49-8acb-c67f7f8d7bff",
            "last_updated": "2022-10-03T19:06:53.194048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Whitecaps FC",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8e377c9-f6ac-4f3c-8d53-f08ddc8ae288/?format=api"
        },
        {
            "id": "c420e73d-b672-4705-8b20-78ea47e923b9",
            "gambit_id": "9627ed2f-0a41-41d4-bda8-d2cb92a520f5",
            "last_updated": "2022-10-03T19:06:53.193100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8e377c9-f6ac-4f3c-8d53-f08ddc8ae288/?format=api"
        },
        {
            "id": "01b35898-aa73-4d09-9d0d-73968d2650d9",
            "gambit_id": "7ea2d110-8979-4b7e-a237-4292205f15a4",
            "last_updated": "2022-10-03T19:06:53.194987-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.41000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8e377c9-f6ac-4f3c-8d53-f08ddc8ae288/?format=api"
        }
    ]
}