GET /api/bet_types/abebe5f3-87e1-4e1c-8825-80a95c5ed0c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abebe5f3-87e1-4e1c-8825-80a95c5ed0c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/234bae0f-ce77-4273-83bd-d4c4a6d67abb/?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": "Troy",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c210bbd0-d72d-4bd2-b464-e0328e481ce0",
            "gambit_id": "a47b1d4b-4d13-442c-8633-9f15aaf22332",
            "last_updated": "2022-12-05T11:07:07.109300-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abebe5f3-87e1-4e1c-8825-80a95c5ed0c5/?format=api"
        },
        {
            "id": "d06d3841-5fa7-48ee-ab13-0e6a9b5cb504",
            "gambit_id": "e5a9d956-5a6f-4666-90a5-8de7f6f472db",
            "last_updated": "2022-12-05T11:07:07.108237-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abebe5f3-87e1-4e1c-8825-80a95c5ed0c5/?format=api"
        }
    ]
}