GET /api/bet_types/7df543d4-6616-4ee1-a1d9-15e8e94f8385/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7df543d4-6616-4ee1-a1d9-15e8e94f8385",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bf329c9-9273-4564-9537-83eac7035997/?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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba054b63-148f-4fc3-b4c1-cd223b5b4ed9",
            "gambit_id": "eb37c667-159b-44ec-8d64-094b3b420c10",
            "last_updated": "2022-11-14T14:52:39.121492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df543d4-6616-4ee1-a1d9-15e8e94f8385/?format=api"
        },
        {
            "id": "f5adbb0e-d226-4b5d-af21-be82a58f4fd9",
            "gambit_id": "14a2f11a-a32f-41d5-9ff4-65a189139fb6",
            "last_updated": "2022-11-14T14:52:39.122517-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df543d4-6616-4ee1-a1d9-15e8e94f8385/?format=api"
        }
    ]
}