GET /api/bet_types/12877afa-b5cd-4b8f-a67a-6b60047bb885/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12877afa-b5cd-4b8f-a67a-6b60047bb885",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cccd549-c7e0-4b14-aebf-313f44f564d4/?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 State",
                "amount": 5000.0
            },
            {
                "team": "Central Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "0308d593-1dfe-4040-a079-9f0a1220703d",
            "gambit_id": "a2fa60f4-75cf-4a11-803a-fdafeaa39f8e",
            "last_updated": "2022-09-02T09:32:19.944389-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12877afa-b5cd-4b8f-a67a-6b60047bb885/?format=api"
        },
        {
            "id": "09c99463-923d-46bb-b1f5-ec23f385df9c",
            "gambit_id": "2f814fd8-5f7e-4391-b679-8ea97480e413",
            "last_updated": "2022-09-02T09:32:19.944845-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12877afa-b5cd-4b8f-a67a-6b60047bb885/?format=api"
        }
    ]
}