GET /api/bet_types/f954bf8b-6012-4e72-8420-257dc5f26584/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f954bf8b-6012-4e72-8420-257dc5f26584",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a7d77ba-e7d8-43fb-aea8-069e451bc361/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T08:18:23.340836-04: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": "DET",
                "amount": 5939.0
            },
            {
                "team": "MIA",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "598fc4fb-a3ee-486f-975e-a1300306d810",
            "gambit_id": "9d31e9fd-4a7a-41f7-9765-85c99eebd47a",
            "last_updated": "2023-07-31T18:18:09.762851-04:00",
            "created_at": "2023-07-30T08:18:23.348843-04:00",
            "name": "DET",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f954bf8b-6012-4e72-8420-257dc5f26584/?format=api"
        },
        {
            "id": "a66042c4-d13d-4d5a-906c-6c1b70cb12d4",
            "gambit_id": "d35094fe-0cf7-48f1-8e0a-fdbfa9f58097",
            "last_updated": "2023-07-31T18:18:09.766784-04:00",
            "created_at": "2023-07-30T08:18:23.353331-04:00",
            "name": "MIA",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f954bf8b-6012-4e72-8420-257dc5f26584/?format=api"
        }
    ]
}