GET /api/bet_types/1c0cdb1f-9ff6-4507-b6db-f2f9db4a4390/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c0cdb1f-9ff6-4507-b6db-f2f9db4a4390",
    "match": "https://api-prod.gambitprofit.com/api/matches/00c64963-afae-4624-ab74-4548b43a29a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:04.227995-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": "Detroit Pistons",
                "amount": 5614.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d160bd1-007e-4566-925f-7268c0479c09",
            "gambit_id": "34743af0-4acf-4786-99b1-393fcdfad476",
            "last_updated": "2023-12-23T14:48:18.306618-05:00",
            "created_at": "2023-12-21T09:13:04.253409-05:00",
            "name": "Detroit Pistons",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0cdb1f-9ff6-4507-b6db-f2f9db4a4390/?format=api"
        },
        {
            "id": "010ddc44-17a5-48d1-a343-3862d6493a66",
            "gambit_id": "e2daad2c-87d8-4406-8781-4b1c5af5edbf",
            "last_updated": "2023-12-23T14:48:18.303144-05:00",
            "created_at": "2023-12-21T09:13:04.232378-05:00",
            "name": "Utah Jazz",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0cdb1f-9ff6-4507-b6db-f2f9db4a4390/?format=api"
        }
    ]
}