GET /api/bet_types/9b7c4de0-6e8c-47f5-8f4d-6314fa323121/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b7c4de0-6e8c-47f5-8f4d-6314fa323121",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b226644-8cf4-4c9b-b872-3bce3cf66a23/?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": "Baylor",
                "amount": 5000.0
            },
            {
                "team": "Texas St",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "ecc5629f-3ff6-4857-9f67-3cc54f0124e0",
            "gambit_id": "816a2865-d037-4eee-a0a3-b9f4fe4662e8",
            "last_updated": "2022-09-18T20:52:24.185398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-30.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b7c4de0-6e8c-47f5-8f4d-6314fa323121/?format=api"
        },
        {
            "id": "c4e72bec-2c80-44cf-9b1d-2d5cdd46074b",
            "gambit_id": "9fd0298e-8d72-456b-9593-2977af26ff6f",
            "last_updated": "2022-09-18T20:52:24.186398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "30.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b7c4de0-6e8c-47f5-8f4d-6314fa323121/?format=api"
        }
    ]
}