GET /api/bet_types/8de72f9e-2a9e-4d93-8055-aaa607f7e0e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8de72f9e-2a9e-4d93-8055-aaa607f7e0e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7654244d-1ba8-420b-844b-2b283708bdf1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:32:09.966776-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": "Colorado Avalanche",
                "amount": 5317.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e929f61f-37d0-42af-b0b7-6e27d74eb3c5",
            "gambit_id": "b7942c0f-950a-4813-a6bf-84ca59320690",
            "last_updated": "2023-04-10T14:57:12.940763-04:00",
            "created_at": "2023-04-09T09:32:09.971850-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de72f9e-2a9e-4d93-8055-aaa607f7e0e3/?format=api"
        },
        {
            "id": "dd21208a-a722-4e19-9fd8-e205bcd5572d",
            "gambit_id": "f73b5f16-0ec9-432b-b6a7-5fbe7b94cc3f",
            "last_updated": "2023-04-10T14:57:12.938448-04:00",
            "created_at": "2023-04-09T09:32:09.969251-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de72f9e-2a9e-4d93-8055-aaa607f7e0e3/?format=api"
        }
    ]
}