GET /api/bet_types/ea59af5e-b96d-448c-ac22-195dc0904485/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea59af5e-b96d-448c-ac22-195dc0904485",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe2a7aa-fb88-493d-af9e-3c9cf46d999e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T13:32:59.130774-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": "SDG",
                "amount": 5319.0
            },
            {
                "team": "COL",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa7a7deb-3bad-41c4-bb41-1ac1da2e56e7",
            "gambit_id": "dd61589d-f89a-422f-9c15-79b1d65c5ec2",
            "last_updated": "2023-08-02T09:53:15.328591-04:00",
            "created_at": "2023-08-01T13:32:59.135808-04:00",
            "name": "SDG",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea59af5e-b96d-448c-ac22-195dc0904485/?format=api"
        },
        {
            "id": "05fe7f3c-9d73-473f-9ba2-e2335b042055",
            "gambit_id": "3299c427-aa55-485f-8a37-9a8d15fa2f0c",
            "last_updated": "2023-08-02T09:53:15.336844-04:00",
            "created_at": "2023-08-01T13:32:59.140959-04:00",
            "name": "COL",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea59af5e-b96d-448c-ac22-195dc0904485/?format=api"
        }
    ]
}