GET /api/bet_types/09f064b4-53c5-4b12-a8b5-69495be2f651/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09f064b4-53c5-4b12-a8b5-69495be2f651",
    "match": "https://api-prod.gambitprofit.com/api/matches/726d01b2-f868-4dc4-9798-22881b1f9271/?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 Chargers",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "ddb180f4-7f32-4be1-ba70-14a7e25e384a",
            "gambit_id": "02f29dc5-3009-4a30-b370-7c0219e07793",
            "last_updated": "2022-09-12T10:12:29.410350-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f064b4-53c5-4b12-a8b5-69495be2f651/?format=api"
        },
        {
            "id": "96e1d8f6-d517-4797-bd66-4fe61b974d6a",
            "gambit_id": "5f5f4ece-b5e8-49e0-a09d-ec88c8b7959a",
            "last_updated": "2022-09-12T10:12:29.411509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f064b4-53c5-4b12-a8b5-69495be2f651/?format=api"
        }
    ]
}