GET /api/bet_types/a8c95ff0-c8cd-431a-a3de-83932d081b2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8c95ff0-c8cd-431a-a3de-83932d081b2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6191e4f3-97d4-4526-8dfa-bfbee610f09b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:11.150214-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": "Philadelphia Flyers",
                "amount": 6935.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "2bc06c02-d473-4fa9-8ddd-b1bbb1e00725",
            "gambit_id": "c60636de-1da7-400e-bf98-eba05d8f017e",
            "last_updated": "2024-01-26T20:58:22.819072-05:00",
            "created_at": "2024-01-25T13:28:11.154651-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c95ff0-c8cd-431a-a3de-83932d081b2c/?format=api"
        },
        {
            "id": "0c2829ee-c911-4324-a599-c9aabdebaa05",
            "gambit_id": "91770619-f6be-4de6-ae3e-86da196d9fe6",
            "last_updated": "2024-01-26T20:58:22.822410-05:00",
            "created_at": "2024-01-25T13:28:11.159951-05:00",
            "name": "Detroit Red Wings",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c95ff0-c8cd-431a-a3de-83932d081b2c/?format=api"
        }
    ]
}