GET /api/bet_types/f0cd31c6-cbe2-48f6-8d1c-7ff59f60cfdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0cd31c6-cbe2-48f6-8d1c-7ff59f60cfdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a503998e-3a2f-4cac-9e6c-bd27b13509af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:14.545760-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": "Detroit Lions",
                "amount": 5094.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "37ba627c-e478-4b79-84fe-e2624dbf2156",
            "gambit_id": "1b416f70-f12c-42d8-a3fb-0f3af2d81210",
            "last_updated": "2023-10-31T20:18:12.386668-04:00",
            "created_at": "2023-10-25T09:13:14.553681-04:00",
            "name": "Detroit Lions",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0cd31c6-cbe2-48f6-8d1c-7ff59f60cfdd/?format=api"
        },
        {
            "id": "8c145160-13af-4c4b-b73a-feefbe743dde",
            "gambit_id": "c052978a-a331-45d5-84a8-639c02924b8f",
            "last_updated": "2023-10-31T20:18:12.383191-04:00",
            "created_at": "2023-10-25T09:13:14.549789-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0cd31c6-cbe2-48f6-8d1c-7ff59f60cfdd/?format=api"
        }
    ]
}