GET /api/bet_types/8e0586a6-d511-49bc-8eab-8a692bf9536a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e0586a6-d511-49bc-8eab-8a692bf9536a",
    "match": "https://api-prod.gambitprofit.com/api/matches/267867e5-3ec9-4386-9265-7d439c22509d/?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": "Las Vegas Raiders",
                "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": "77544391-1399-4688-ad69-b1c19c38ec49",
            "gambit_id": "259b4e34-4fa7-40e4-931d-53fc0f8a902e",
            "last_updated": "2022-09-19T10:21:55.929938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e0586a6-d511-49bc-8eab-8a692bf9536a/?format=api"
        },
        {
            "id": "44948c49-7f82-4673-804f-c2ebad375a54",
            "gambit_id": "55133807-4e9f-4d29-82e5-955142fd0885",
            "last_updated": "2022-09-19T10:21:55.930907-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e0586a6-d511-49bc-8eab-8a692bf9536a/?format=api"
        }
    ]
}