GET /api/bet_types/fed66055-e106-4ddd-9c9b-80178a697a66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fed66055-e106-4ddd-9c9b-80178a697a66",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0ddfc3f-c87b-480c-b926-8a2dec630196/?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": "SMU",
                "amount": 5108.0
            },
            {
                "team": "Central Florida",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e6b19d4-9dd7-4fa4-b7c6-9c64b3d99453",
            "gambit_id": "da0f5955-81b1-4ab3-8851-bcee6df135d0",
            "last_updated": "2022-12-24T17:12:20.586307-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fed66055-e106-4ddd-9c9b-80178a697a66/?format=api"
        },
        {
            "id": "9d50dc31-b540-4c74-b445-b4a957b14a89",
            "gambit_id": "eda527fe-5c3b-4b6b-8f26-7e0627fc8aa0",
            "last_updated": "2022-12-24T17:12:20.584873-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fed66055-e106-4ddd-9c9b-80178a697a66/?format=api"
        }
    ]
}