GET /api/bet_types/303cf4fe-faba-4429-8e14-d2bd9244bf5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "303cf4fe-faba-4429-8e14-d2bd9244bf5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/64d28b43-77f8-4ca2-b9c1-716178b6c421/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-24T13:08:01.551408-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": "St Louis Cardinals",
                "amount": 5857.0
            },
            {
                "team": "Arizona Diamondbacks",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7a4c198-d82a-4017-aeec-8d1e0ed1dea1",
            "gambit_id": "54de9110-07ef-4258-933e-dfaaf3084976",
            "last_updated": "2023-07-25T16:33:04.118126-04:00",
            "created_at": "2023-07-24T13:08:01.557490-04:00",
            "name": "St Louis Cardinals",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/303cf4fe-faba-4429-8e14-d2bd9244bf5b/?format=api"
        },
        {
            "id": "eaad11fe-69b4-4a88-87e3-5e462eca70f7",
            "gambit_id": "b6519ff2-73a1-4325-abcd-9630aded6f5d",
            "last_updated": "2023-07-25T16:33:04.122256-04:00",
            "created_at": "2023-07-24T13:08:01.562402-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/303cf4fe-faba-4429-8e14-d2bd9244bf5b/?format=api"
        }
    ]
}