GET /api/bet_types/1b596779-f626-41f8-ad4e-8caba496f9ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b596779-f626-41f8-ad4e-8caba496f9ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/bac06f42-fef3-460e-8bdb-c936d8c21704/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:23.551969-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": "TOR",
                "amount": 5699.0
            },
            {
                "team": "OAK",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "58871807-bf3e-482f-9082-d5bcfe8469fc",
            "gambit_id": "a4baff13-f09c-43c9-98eb-5f69ea015b8e",
            "last_updated": "2023-06-26T20:13:25.892808-04:00",
            "created_at": "2023-06-25T09:28:23.554935-04:00",
            "name": "TOR",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b596779-f626-41f8-ad4e-8caba496f9ce/?format=api"
        },
        {
            "id": "0f8f0b3c-72af-4760-bb5c-8ee6c8dc7f3f",
            "gambit_id": "f23c92ea-7d5f-468a-9e3f-bd968b2fa536",
            "last_updated": "2023-06-26T20:13:25.891399-04:00",
            "created_at": "2023-06-25T09:28:23.553390-04:00",
            "name": "OAK",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b596779-f626-41f8-ad4e-8caba496f9ce/?format=api"
        }
    ]
}