GET /api/bet_types/9a5bc6ff-3333-41bd-aad1-6dde66a940b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a5bc6ff-3333-41bd-aad1-6dde66a940b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2050c4c7-88f2-4246-9ad2-2cf693d0be05/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:16.606011-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4f5e7ae-77a0-4665-b154-eba4a9d6a01b",
            "gambit_id": "caf76331-b5f6-47ee-81ef-95cd67e5cfdd",
            "last_updated": "2024-01-16T11:03:09.442298-05:00",
            "created_at": "2024-01-13T09:38:16.614892-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a5bc6ff-3333-41bd-aad1-6dde66a940b5/?format=api"
        },
        {
            "id": "23405722-06b3-4cf3-aa7d-152d5be078be",
            "gambit_id": "206f78b8-7227-48e5-b6c9-1d1ad4215b2f",
            "last_updated": "2024-01-16T11:03:09.438917-05:00",
            "created_at": "2024-01-13T09:38:16.609933-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a5bc6ff-3333-41bd-aad1-6dde66a940b5/?format=api"
        }
    ]
}