GET /api/bet_types/42685139-baf3-4277-839d-1948020bd141/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42685139-baf3-4277-839d-1948020bd141",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec67b48-b9c0-4ad1-96cf-49e2adbe483d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T09:17:07.607568-04: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": "Vegas Golden Knights",
                "amount": 5317.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a4d6714-1696-4753-a4a7-9a7308d6f736",
            "gambit_id": "4bdd7bba-6399-4b28-95cb-fb42a366d5a4",
            "last_updated": "2023-03-20T11:42:07.759776-04:00",
            "created_at": "2023-03-19T09:17:07.609041-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42685139-baf3-4277-839d-1948020bd141/?format=api"
        },
        {
            "id": "96976d02-8e8c-4d33-95c7-d8a06301bb82",
            "gambit_id": "0ca400df-8545-4faf-a471-c5ad5a77b11e",
            "last_updated": "2023-03-20T11:42:07.763235-04:00",
            "created_at": "2023-03-19T09:17:07.610660-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42685139-baf3-4277-839d-1948020bd141/?format=api"
        }
    ]
}