GET /api/bet_types/f302e658-63d6-458e-aa96-36b52a5976a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f302e658-63d6-458e-aa96-36b52a5976a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5409bd47-211a-4c2b-8456-e001d70d00d7/?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": "LAA",
                "amount": 5110.0
            },
            {
                "team": "HOU",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "ace8e5a5-586a-4d32-9873-298fb5d1e926",
            "gambit_id": "386869a3-9fad-479f-8484-5142b0ed5337",
            "last_updated": "2022-09-10T21:57:24.914255-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f302e658-63d6-458e-aa96-36b52a5976a0/?format=api"
        },
        {
            "id": "921a1a6b-4370-483f-b9d4-bf0b67c730e9",
            "gambit_id": "46eb6d44-5b67-4d27-bd4c-613d12b42e2c",
            "last_updated": "2022-09-10T21:57:24.912945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f302e658-63d6-458e-aa96-36b52a5976a0/?format=api"
        }
    ]
}