GET /api/bet_types/0fd633d8-f70e-4529-a76c-77565b971b02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fd633d8-f70e-4529-a76c-77565b971b02",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1015702-29d1-4312-b342-062ef385cfca/?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": "Pittsburgh",
                "amount": 5000.0
            },
            {
                "team": "Syracuse",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "40e616e2-8cbf-4aeb-982e-d77c76fd64b7",
            "gambit_id": "d9a472c5-1341-47b6-a29d-d9f8003e1f49",
            "last_updated": "2022-11-06T09:13:45.359747-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd633d8-f70e-4529-a76c-77565b971b02/?format=api"
        },
        {
            "id": "ad48826d-a83c-46d0-b277-ed775ac6af49",
            "gambit_id": "b33b6990-744d-49bf-8000-60946f9f390d",
            "last_updated": "2022-11-06T09:13:45.360747-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd633d8-f70e-4529-a76c-77565b971b02/?format=api"
        }
    ]
}