GET /api/bet_types/4425e62c-1771-4d68-93cf-77718761484a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4425e62c-1771-4d68-93cf-77718761484a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c392f0c-9c8e-43d8-8c4a-9efac2b8e8ef/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "07eddb23-faf6-4444-b70f-6ca7737f83cc",
            "gambit_id": "2317f6fe-a59e-4f83-9618-d935606f9c5f",
            "last_updated": "2022-10-19T09:42:25.304810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4425e62c-1771-4d68-93cf-77718761484a/?format=api"
        },
        {
            "id": "19c2dde1-47a7-454b-92ed-76f507e6b107",
            "gambit_id": "3e5ea3ad-06a1-4122-8129-04359ac89c10",
            "last_updated": "2022-10-19T09:42:25.305779-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4425e62c-1771-4d68-93cf-77718761484a/?format=api"
        }
    ]
}