GET /api/bet_types/8a953982-e6a0-43c6-97f0-457a858265b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a953982-e6a0-43c6-97f0-457a858265b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec831d6f-fa17-4b5f-870c-ce4fa864044b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:07.064686-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": "Detroit Red Wings",
                "amount": 5668.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "8093b517-f770-490b-ba59-adabab4c8856",
            "gambit_id": "f3943972-3f5a-43a4-aee4-b665275a506e",
            "last_updated": "2022-12-30T18:57:02.205053-05:00",
            "created_at": "2022-12-28T09:32:07.067830-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a953982-e6a0-43c6-97f0-457a858265b9/?format=api"
        },
        {
            "id": "60e6ea4a-abe1-4797-9424-f8a4c4132fa7",
            "gambit_id": "a9c17459-482c-4e0b-84f1-40b988b1433d",
            "last_updated": "2022-12-30T18:57:02.203800-05:00",
            "created_at": "2022-12-28T09:32:07.065892-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a953982-e6a0-43c6-97f0-457a858265b9/?format=api"
        }
    ]
}