GET /api/bet_types/c5a7d230-aa3e-4e4f-bcd8-b5e7b32ac2f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5a7d230-aa3e-4e4f-bcd8-b5e7b32ac2f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/39eca299-4990-4437-a365-6e9c18a01500/?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": "Coastal Carolina",
                "amount": 5000.0
            },
            {
                "team": "Old Dominion",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7cfde2e-a984-4816-ba1e-8189ce5a65bd",
            "gambit_id": "000fd57a-105f-4c3b-a0ef-7f1b2b91a4a7",
            "last_updated": "2022-10-16T15:12:13.857965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a7d230-aa3e-4e4f-bcd8-b5e7b32ac2f1/?format=api"
        },
        {
            "id": "a2798c03-30d8-4cba-8ca3-4a57dbed2ab8",
            "gambit_id": "19fe7e90-59ff-48d0-b598-b7d8a8d979e7",
            "last_updated": "2022-10-16T15:12:13.858963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a7d230-aa3e-4e4f-bcd8-b5e7b32ac2f1/?format=api"
        }
    ]
}