GET /api/bet_types/f7ca34b8-c929-4b42-8a12-d32a44cf7e0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7ca34b8-c929-4b42-8a12-d32a44cf7e0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/79d3ab3b-0267-41c1-b90f-e542c38b9264/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:13.556718-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2fa9d4d-aefe-4d14-9d05-1a01f4b44af3",
            "gambit_id": "3c7b24b9-4121-473c-b41b-af2ec0464266",
            "last_updated": "2024-01-26T13:28:10.838125-05:00",
            "created_at": "2024-01-24T09:13:13.560879-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ca34b8-c929-4b42-8a12-d32a44cf7e0b/?format=api"
        },
        {
            "id": "36b6a595-1349-44d4-a99d-c0b9e85d1644",
            "gambit_id": "d4a6a8c0-ddb0-4e97-91b9-bf89683389b0",
            "last_updated": "2024-01-26T13:28:10.841502-05:00",
            "created_at": "2024-01-24T09:13:13.565222-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ca34b8-c929-4b42-8a12-d32a44cf7e0b/?format=api"
        }
    ]
}