GET /api/bet_types/258a2dca-2094-4289-ac62-09243cc07dc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "258a2dca-2094-4289-ac62-09243cc07dc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/66f304aa-25ec-4cae-9c26-77d959d3b4e2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:10.060472-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": "Winnipeg Jets",
                "amount": 5512.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "15c01df7-1cc2-4a36-aaf0-a011749d0a3e",
            "gambit_id": "1939d81e-658e-48f9-bae6-b1132e78ffe4",
            "last_updated": "2023-03-15T14:02:07.496976-04:00",
            "created_at": "2023-03-14T09:37:10.063793-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/258a2dca-2094-4289-ac62-09243cc07dc2/?format=api"
        },
        {
            "id": "cca1128b-97b5-4b47-9c8f-9d0b601c38d0",
            "gambit_id": "ac702480-e913-4b7c-ba28-de3362f90c4e",
            "last_updated": "2023-03-15T14:02:07.495843-04:00",
            "created_at": "2023-03-14T09:37:10.062285-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/258a2dca-2094-4289-ac62-09243cc07dc2/?format=api"
        }
    ]
}