GET /api/bet_types/f7db96f6-a9dd-4f3e-aecb-37a9e5739044/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7db96f6-a9dd-4f3e-aecb-37a9e5739044",
    "match": "https://api-prod.gambitprofit.com/api/matches/41537021-d31e-4452-8ec7-52e2c7807dc5/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Winnipeg Jets",
                "amount": 5521.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "171adcb9-6390-4ed0-b57f-549355ac6c75",
            "gambit_id": "41563760-1c1c-4ee8-b245-ee89efb876ab",
            "last_updated": "2022-10-21T20:42:21.460882-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7db96f6-a9dd-4f3e-aecb-37a9e5739044/?format=api"
        },
        {
            "id": "fe4dd987-65b5-4b9d-8ae0-3b51b661f249",
            "gambit_id": "d81100a4-2b55-4c19-b249-fd425172f126",
            "last_updated": "2022-10-21T20:42:21.459896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7db96f6-a9dd-4f3e-aecb-37a9e5739044/?format=api"
        }
    ]
}