GET /api/bet_types/8a1702c3-e57f-4426-b4d1-08bb6fdfbc5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a1702c3-e57f-4426-b4d1-08bb6fdfbc5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/af05aeff-b4c2-4e8c-ac90-916ff9b338c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:09.919834-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": "Atlanta Falcons",
                "amount": 5699.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "94d5f737-6bdc-40fe-90d8-b2bc18a3bf5e",
            "gambit_id": "4e7ac208-3f5d-4038-b8dc-89ff8abebda4",
            "last_updated": "2023-12-19T09:53:15.155679-05:00",
            "created_at": "2023-12-15T09:13:09.923474-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1702c3-e57f-4426-b4d1-08bb6fdfbc5e/?format=api"
        },
        {
            "id": "6db54992-dc60-43c0-9038-2d58dee3a34e",
            "gambit_id": "07aac236-3f53-493e-a160-11d21e5d2927",
            "last_updated": "2023-12-19T09:53:15.158877-05:00",
            "created_at": "2023-12-15T09:13:09.927478-05:00",
            "name": "Carolina Panthers",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1702c3-e57f-4426-b4d1-08bb6fdfbc5e/?format=api"
        }
    ]
}