GET /api/bet_types/eb68f788-f34b-4de4-ab2d-49ec8f8049fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb68f788-f34b-4de4-ab2d-49ec8f8049fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a50d86b-8968-4595-a20e-77bbbdbe3622/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:56.083873-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": "Anaheim Ducks",
                "amount": 6222.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "85f61e3c-fdfd-482e-890b-0728da6cdde9",
            "gambit_id": "91fc786a-6681-4108-ad55-94c0e97f0a89",
            "last_updated": "2023-10-26T10:23:12.711602-04:00",
            "created_at": "2023-10-24T08:57:56.090761-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb68f788-f34b-4de4-ab2d-49ec8f8049fc/?format=api"
        },
        {
            "id": "6ed7910f-fc76-44eb-a8f4-ed4919a436c5",
            "gambit_id": "aa32ea05-50e3-4221-94a9-a0fa6745a667",
            "last_updated": "2023-10-26T10:23:12.714757-04:00",
            "created_at": "2023-10-24T08:57:56.096207-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb68f788-f34b-4de4-ab2d-49ec8f8049fc/?format=api"
        }
    ]
}