GET /api/bet_types/deab10a0-caab-430a-9040-ca0488a845fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deab10a0-caab-430a-9040-ca0488a845fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc8b4989-1713-4dcf-a50c-cdee494da39a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:00.452201-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": "Anaheim Ducks",
                "amount": 5773.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "3faf9540-d93b-407a-9cc8-3ad5835c476a",
            "gambit_id": "9ccd6479-ed27-487b-b2c3-8a3b0d2c38cb",
            "last_updated": "2023-11-27T09:58:33.589831-05:00",
            "created_at": "2023-11-24T09:08:00.461538-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deab10a0-caab-430a-9040-ca0488a845fb/?format=api"
        },
        {
            "id": "c3da966c-fd5e-4e5f-84c3-10063fd4b03d",
            "gambit_id": "445b783b-0a77-4d8b-ac0e-67e041c9fd0a",
            "last_updated": "2023-11-27T09:58:33.586649-05:00",
            "created_at": "2023-11-24T09:08:00.455700-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deab10a0-caab-430a-9040-ca0488a845fb/?format=api"
        }
    ]
}