GET /api/bet_types/e9388339-4485-49ff-aad0-058c54e86e8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9388339-4485-49ff-aad0-058c54e86e8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d7f4091-66c8-4854-8c57-591a885cda23/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:21:51.436871-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": "San Francisco",
                "amount": 5000.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8d92619-05d1-44d3-bd8a-8838d2510974",
            "gambit_id": "0fb96154-2b85-48e4-96d9-aa23097d5410",
            "last_updated": "2023-01-15T15:22:17.502145-05:00",
            "created_at": "2023-01-11T10:21:51.438029-05:00",
            "name": "San Francisco",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9388339-4485-49ff-aad0-058c54e86e8f/?format=api"
        },
        {
            "id": "dc8a57bc-968f-4142-931e-3fdc1e0b0181",
            "gambit_id": "c5ca0595-f30a-4e88-a420-742aad605f98",
            "last_updated": "2023-01-15T15:22:17.505229-05:00",
            "created_at": "2023-01-11T10:21:51.439240-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9388339-4485-49ff-aad0-058c54e86e8f/?format=api"
        }
    ]
}