GET /api/bet_types/31020410-e35b-441b-a461-08596dab811f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31020410-e35b-441b-a461-08596dab811f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6233923-830e-4130-b8ad-ba336db1fe20/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-15T09:18:05.677787-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": "Carolina Hurricanes",
                "amount": 5094.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e5b965a-647c-4bd5-bf1b-1ae2ff3f951e",
            "gambit_id": "ca92d4f2-dfce-442c-94de-5c5ec3a9073b",
            "last_updated": "2023-10-17T09:53:06.702721-04:00",
            "created_at": "2023-10-15T09:18:05.682733-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31020410-e35b-441b-a461-08596dab811f/?format=api"
        },
        {
            "id": "139b1511-c07d-409e-922d-912ba307e0eb",
            "gambit_id": "dd0abc1c-1cae-40c4-887f-6e0a9cb4c57b",
            "last_updated": "2023-10-17T09:53:06.707188-04:00",
            "created_at": "2023-10-15T09:18:05.687031-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31020410-e35b-441b-a461-08596dab811f/?format=api"
        }
    ]
}