GET /api/bet_types/91c5f1c2-4299-4634-a915-539a245c4946/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91c5f1c2-4299-4634-a915-539a245c4946",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2090fdf-7882-44fd-b650-0edd9226fb56/?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": "Missouri",
                "amount": 5097.0
            },
            {
                "team": "Arkansas",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c741bd3-e126-495f-a2d3-ea6efbec23d7",
            "gambit_id": "2d69ab84-15b8-48b4-b461-5972b4aee513",
            "last_updated": "2022-11-26T11:02:19.203147-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91c5f1c2-4299-4634-a915-539a245c4946/?format=api"
        },
        {
            "id": "41589056-3f55-42d2-b12f-5213858f356a",
            "gambit_id": "083f5065-19da-4e31-965c-3176981a665d",
            "last_updated": "2022-11-26T11:02:19.204336-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91c5f1c2-4299-4634-a915-539a245c4946/?format=api"
        }
    ]
}