GET /api/bet_types/4c94facf-960f-4bb0-b555-bbacc67e6f05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c94facf-960f-4bb0-b555-bbacc67e6f05",
    "match": "https://api-prod.gambitprofit.com/api/matches/7980d9ab-f59b-4561-8c65-9f84cb68df19/?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": "Fresno State",
                "amount": 5000.0
            },
            {
                "team": "San Diego State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "86d9f5a7-76d1-4eff-99b0-2e03eb2998b2",
            "gambit_id": "d2ca55e6-e794-489b-a897-9d63ff618f93",
            "last_updated": "2022-10-31T10:12:28.406327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c94facf-960f-4bb0-b555-bbacc67e6f05/?format=api"
        },
        {
            "id": "7888f601-db0e-4bbb-b305-88742966c705",
            "gambit_id": "3a4e86c1-dd8b-40a3-aac2-25f3ee2c316b",
            "last_updated": "2022-10-31T10:12:28.407270-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c94facf-960f-4bb0-b555-bbacc67e6f05/?format=api"
        }
    ]
}