GET /api/bet_types/97fd6677-edd1-4d75-ac04-9117bd2f8c46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97fd6677-edd1-4d75-ac04-9117bd2f8c46",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9ad60e9-ead8-44a5-a719-70bf7196d255/?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": "Vanderbilt",
                "amount": 5000.0
            },
            {
                "team": "Tennessee",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "513c7d7c-0a2e-4b19-9574-905a984b930b",
            "gambit_id": "b9cc35ce-42a1-4eb5-9d0d-75d42ba0f658",
            "last_updated": "2022-11-28T09:27:05.972343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97fd6677-edd1-4d75-ac04-9117bd2f8c46/?format=api"
        },
        {
            "id": "0dfe2169-2a84-4d4a-b671-3c41c5d5933b",
            "gambit_id": "48e1c62a-3bc7-4214-b5f8-29f5d4bd246d",
            "last_updated": "2022-11-28T09:27:05.973336-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97fd6677-edd1-4d75-ac04-9117bd2f8c46/?format=api"
        }
    ]
}