GET /api/bet_types/9cf6383c-7ba9-49db-a1bd-d333e39e9ff4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cf6383c-7ba9-49db-a1bd-d333e39e9ff4",
    "match": "https://api-prod.gambitprofit.com/api/matches/623ca16e-384d-444a-95d1-c8739e5a9294/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "64ff65c3-6cda-4255-9e32-adb76b28b37e",
            "gambit_id": "16639d5e-3e1b-495b-abff-ba2c007be42d",
            "last_updated": "2022-11-08T10:57:02.960619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cf6383c-7ba9-49db-a1bd-d333e39e9ff4/?format=api"
        },
        {
            "id": "ee1151c9-4e92-434b-941d-d9a2a946ae3f",
            "gambit_id": "3008ff22-22be-4596-ac1e-9b57ba9399c5",
            "last_updated": "2022-11-08T10:57:02.961648-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cf6383c-7ba9-49db-a1bd-d333e39e9ff4/?format=api"
        }
    ]
}