GET /api/bet_types/6049d15c-9e88-4d2b-8660-40ba032851ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6049d15c-9e88-4d2b-8660-40ba032851ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/c63e0488-6e32-421b-b557-33fdd9a65312/?format=api",
    "name": "Play the Odds",
    "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": "Connecticut",
                "amount": 5000.0
            },
            {
                "team": "Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6f24bdb-8b00-493e-9f10-ad17c87d39fb",
            "gambit_id": "8b79efd6-1d2a-412b-b3dd-514d09639b8f",
            "last_updated": "2022-09-18T20:47:21.732871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6049d15c-9e88-4d2b-8660-40ba032851ba/?format=api"
        },
        {
            "id": "e147c318-48f4-49bb-81b6-4d3b5de4f14a",
            "gambit_id": "feba55a4-b6f1-4cc6-b980-b78aa207f601",
            "last_updated": "2022-09-18T20:47:21.731717-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6049d15c-9e88-4d2b-8660-40ba032851ba/?format=api"
        }
    ]
}