GET /api/bet_types/d8d5d1bb-1655-4e78-8f39-c9f349865346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8d5d1bb-1655-4e78-8f39-c9f349865346",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ef71812-9929-4e3e-afb5-8ae061fd6ea6/?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": "TEX",
                "amount": 5668.0
            },
            {
                "team": "HOU",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9182.16,
        "profit_sb": 182.16,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "238602a7-e58d-4b27-95f1-85af3ccaa4af",
            "gambit_id": "1aa0c02e-ce6a-4fe3-bef3-a867d40aaaa8",
            "last_updated": "2022-09-01T10:52:05.160113-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d5d1bb-1655-4e78-8f39-c9f349865346/?format=api"
        },
        {
            "id": "119a1df5-b6a2-4e3f-8d7f-8fdee9797a44",
            "gambit_id": "a42d11aa-0145-4df9-add5-3b960be41f4f",
            "last_updated": "2022-09-01T10:52:05.160585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d5d1bb-1655-4e78-8f39-c9f349865346/?format=api"
        }
    ]
}