GET /api/bet_types/b7c1a1bc-fcc6-4d4e-b57a-6a0c307fc051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7c1a1bc-fcc6-4d4e-b57a-6a0c307fc051",
    "match": "https://api-prod.gambitprofit.com/api/matches/8746143a-3e5c-4b0c-a022-d6ecfc395ef7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:52:56.578599-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": "St Louis Blues",
                "amount": 5688.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bb9efa1-8043-40c8-bf70-e3e3874881b9",
            "gambit_id": "8360dd88-f48f-4311-96ae-c58cf822af93",
            "last_updated": "2023-10-13T20:53:03.367956-04:00",
            "created_at": "2023-10-12T10:52:56.582869-04:00",
            "name": "St Louis Blues",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7c1a1bc-fcc6-4d4e-b57a-6a0c307fc051/?format=api"
        },
        {
            "id": "c2435468-a5d2-4807-844b-16adbf6c2feb",
            "gambit_id": "8a0cb1b5-5b5b-4b6c-a3c2-ed037bb6ae5f",
            "last_updated": "2023-10-13T20:53:03.371357-04:00",
            "created_at": "2023-10-12T10:52:56.586979-04:00",
            "name": "Dallas Stars",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7c1a1bc-fcc6-4d4e-b57a-6a0c307fc051/?format=api"
        }
    ]
}