GET /api/bet_types/0cd37676-b63c-4e82-965d-4afc5bc65853/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cd37676-b63c-4e82-965d-4afc5bc65853",
    "match": "https://api-prod.gambitprofit.com/api/matches/c03a624e-3797-451f-93f6-b9329d81c2d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:18:01.914137-05: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": "Sacramento Kings",
                "amount": 5512.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce916c41-f509-4203-aac9-397a95601f12",
            "gambit_id": "ec86d7ba-b51e-45f8-90b6-51c7df37f8b9",
            "last_updated": "2023-12-26T15:08:11.950795-05:00",
            "created_at": "2023-12-23T09:18:01.922557-05:00",
            "name": "Sacramento Kings",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd37676-b63c-4e82-965d-4afc5bc65853/?format=api"
        },
        {
            "id": "d8d45e2d-7347-4929-889e-265e352b1cea",
            "gambit_id": "33b944c2-80e5-4afc-a34f-a2b1ca3d491d",
            "last_updated": "2023-12-26T15:08:11.947315-05:00",
            "created_at": "2023-12-23T09:18:01.918530-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd37676-b63c-4e82-965d-4afc5bc65853/?format=api"
        }
    ]
}