GET /api/bet_types/68afc8c6-667f-4255-9881-4b3d25c24031/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68afc8c6-667f-4255-9881-4b3d25c24031",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c5e3380-f90d-4d3b-b65e-adc114d85aec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:24.891488-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 Penguins",
                "amount": 6090.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b5dd973-1a18-4593-8867-c6b39713af89",
            "gambit_id": "b594cf94-8285-474f-9d86-985b7df33402",
            "last_updated": "2023-11-20T14:53:21.240920-05:00",
            "created_at": "2023-11-18T09:38:24.896811-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68afc8c6-667f-4255-9881-4b3d25c24031/?format=api"
        },
        {
            "id": "e8d23cef-57aa-45c4-a7d1-953e0a4bf838",
            "gambit_id": "a59836ae-b311-403c-8899-a7da4ba6db52",
            "last_updated": "2023-11-20T14:53:21.257041-05:00",
            "created_at": "2023-11-18T09:38:24.902198-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68afc8c6-667f-4255-9881-4b3d25c24031/?format=api"
        }
    ]
}