GET /api/bet_types/4827e089-166d-4a33-86cc-fe75015ca433/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4827e089-166d-4a33-86cc-fe75015ca433",
    "match": "https://api-prod.gambitprofit.com/api/matches/20bc1fd9-08e1-45e7-b91e-73918fb8a036/?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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0859614-b53a-4bdf-a5bd-376043fcd826",
            "gambit_id": "ca633064-cd5a-4369-8608-2a0a46724d59",
            "last_updated": "2022-11-01T09:52:27.415775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4827e089-166d-4a33-86cc-fe75015ca433/?format=api"
        },
        {
            "id": "4c74b5ef-e573-4b29-aa99-fda330072c65",
            "gambit_id": "305c6d92-9097-4cb4-81c5-4a234ae12eb2",
            "last_updated": "2022-11-01T09:52:27.416818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4827e089-166d-4a33-86cc-fe75015ca433/?format=api"
        }
    ]
}