GET /api/bet_types/573f32d5-b38a-4272-8e8f-9a5c1ee28685/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "573f32d5-b38a-4272-8e8f-9a5c1ee28685",
    "match": "https://api-prod.gambitprofit.com/api/matches/e03360da-ed82-4980-b705-e6442ca57ddd/?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": "Colorado Rapids",
                "amount": 6868.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 3132.0
            }
        ],
        "expected_reward_tokens": 11400.48,
        "profit_sb": 2400.48,
        "profit_sb_percentage": 26.67,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Colorado Rapids",
                "amount": 5260.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 2399.0
            },
            {
                "team": "Draw",
                "amount": 2341.0
            }
        ],
        "expected_reward_tokens": 8731.6,
        "profit_sb": -268.4,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "d71fe326-661d-4932-b142-940969de987f",
            "gambit_id": "a30f3782-a501-4713-aca2-5b7534345237",
            "last_updated": "2022-08-21T18:47:01.200252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "1.66000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573f32d5-b38a-4272-8e8f-9a5c1ee28685/?format=api"
        },
        {
            "id": "4ab86df3-3601-4226-af46-598bd157ce0f",
            "gambit_id": "9506f1ba-09fe-437d-8d82-e54b57efb53e",
            "last_updated": "2022-08-21T18:47:01.199856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Dynamo",
            "reward": "3.64000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573f32d5-b38a-4272-8e8f-9a5c1ee28685/?format=api"
        },
        {
            "id": "a08473d2-f752-41c8-ae7e-3bb90d3f3ace",
            "gambit_id": "31c5c844-a933-40e2-be27-369e67930d62",
            "last_updated": "2022-08-21T18:47:01.200644-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573f32d5-b38a-4272-8e8f-9a5c1ee28685/?format=api"
        }
    ]
}