GET /api/bet_types/8ff8b845-4208-4830-a525-3d32e6bf0e3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ff8b845-4208-4830-a525-3d32e6bf0e3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7d07f2f-e9ec-4779-8f5a-3a63e09ef599/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-05T10:57:15.402097-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": "MIL",
                "amount": 6163.0
            },
            {
                "team": "CIN",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3d5dd46-8628-4ded-baf6-60a2f8464fc4",
            "gambit_id": "b4003d87-198e-4a3b-8fc8-adbf1f754886",
            "last_updated": "2023-06-06T15:57:21.035093-04:00",
            "created_at": "2023-06-05T10:57:15.404488-04:00",
            "name": "MIL",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ff8b845-4208-4830-a525-3d32e6bf0e3a/?format=api"
        },
        {
            "id": "2141a6bb-006a-4e2e-b473-c2f43ebe58ee",
            "gambit_id": "fef401e6-50f0-4ee7-9b75-0f875d83da3a",
            "last_updated": "2023-06-06T15:57:21.037741-04:00",
            "created_at": "2023-06-05T10:57:15.408394-04:00",
            "name": "CIN",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ff8b845-4208-4830-a525-3d32e6bf0e3a/?format=api"
        }
    ]
}