GET /api/bet_types/04fc792d-71c9-42f5-9043-dbdf6a58e57b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04fc792d-71c9-42f5-9043-dbdf6a58e57b",
    "match": "https://api-prod.gambitprofit.com/api/matches/23203de2-c1ee-4c0b-9dd7-7f822ab3a10a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:01.877727-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cde819ad-ca16-4bbb-ab1b-f13e4d350bf1",
            "gambit_id": "08a06b77-5ade-4d68-b738-65c5ffe1fbee",
            "last_updated": "2023-12-12T21:43:21.681636-05:00",
            "created_at": "2023-12-11T09:38:01.883114-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04fc792d-71c9-42f5-9043-dbdf6a58e57b/?format=api"
        },
        {
            "id": "006b83b8-024e-4d9c-b4f8-528f9a8bd487",
            "gambit_id": "7c55f35a-d4a4-4ffc-9766-f9df7cdaaee4",
            "last_updated": "2023-12-12T21:43:21.685507-05:00",
            "created_at": "2023-12-11T09:38:01.888210-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04fc792d-71c9-42f5-9043-dbdf6a58e57b/?format=api"
        }
    ]
}