GET /api/bet_types/43e2a661-20c6-4a35-829a-83679b477ac4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43e2a661-20c6-4a35-829a-83679b477ac4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e10fc3d4-95c4-4585-b478-432cb8654f69/?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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b18ed78-3ee9-4f65-954d-4d33c6795243",
            "gambit_id": "36fd49e0-9870-4cbd-baf6-dc4e112298a7",
            "last_updated": "2022-10-26T09:37:05.557847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43e2a661-20c6-4a35-829a-83679b477ac4/?format=api"
        },
        {
            "id": "7aa426b0-6363-48e5-9669-2db03ef536e1",
            "gambit_id": "33efdf4e-3482-4d36-968e-162936fe32b4",
            "last_updated": "2022-10-26T09:37:05.558900-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43e2a661-20c6-4a35-829a-83679b477ac4/?format=api"
        }
    ]
}