GET /api/bet_types/05bf0291-679e-45ea-8096-ec631b9a5f6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05bf0291-679e-45ea-8096-ec631b9a5f6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/faa992e4-2bf3-4f4b-9236-0443320191fd/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Pittsburgh Steelers",
                "amount": 5208.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9fdf416-a5e6-41aa-a768-a239dde37964",
            "gambit_id": "13eff3ea-47e7-4002-8c0b-7103091fd80e",
            "last_updated": "2022-12-05T15:27:07.010424-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05bf0291-679e-45ea-8096-ec631b9a5f6a/?format=api"
        },
        {
            "id": "e51c00f8-92b1-4057-b9dd-1fb3706f04b3",
            "gambit_id": "a18f7d50-47fd-40a4-b11d-2aa943c15983",
            "last_updated": "2022-12-05T15:27:07.009136-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05bf0291-679e-45ea-8096-ec631b9a5f6a/?format=api"
        }
    ]
}