GET /api/bet_types/92bd3559-451f-4a07-8137-a8e206bda456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92bd3559-451f-4a07-8137-a8e206bda456",
    "match": "https://api-prod.gambitprofit.com/api/matches/f106a437-a8d6-4831-bfda-0b73c3e93250/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:24.296412-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": "Edmonton Oilers",
                "amount": 5599.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5205da2b-8606-43c9-9e82-a64ee949ba85",
            "gambit_id": "fec5a5f0-1324-40ec-9c1a-3accf1076ae7",
            "last_updated": "2023-04-06T21:36:59.390745-04:00",
            "created_at": "2023-04-05T09:22:24.302705-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bd3559-451f-4a07-8137-a8e206bda456/?format=api"
        },
        {
            "id": "ea39254b-401a-48c5-8ee3-ded1ea3a12bd",
            "gambit_id": "459b4ed8-d93e-4a1a-aaac-c911e3a49249",
            "last_updated": "2023-04-06T21:36:59.388899-04:00",
            "created_at": "2023-04-05T09:22:24.299574-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bd3559-451f-4a07-8137-a8e206bda456/?format=api"
        }
    ]
}