GET /api/bet_types/27744098-612e-4569-aa5f-47b393c735a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27744098-612e-4569-aa5f-47b393c735a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/222e8cda-f28d-4d7b-a661-63536a5c2e48/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T09:08:16.936685-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": "ATL (S Strider)",
                "amount": 7324.0
            },
            {
                "team": "STL (D Hudson)",
                "amount": 2676.0
            }
        ],
        "expected_reward_tokens": 9446.28,
        "profit_sb": -53.72,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c725658-a76e-48e9-8fc8-4aa58bba0095",
            "gambit_id": "d17bdd3d-60ce-4c5c-ba0d-6a956ba4f279",
            "last_updated": "2023-09-07T20:08:22.494359-04:00",
            "created_at": "2023-09-06T09:08:16.945156-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27744098-612e-4569-aa5f-47b393c735a9/?format=api"
        },
        {
            "id": "0a65f283-506d-4f6a-94f3-2a2d55a18cbb",
            "gambit_id": "d8aaf972-a657-4c42-960c-ba91a3dd5a4e",
            "last_updated": "2023-09-07T20:08:22.490981-04:00",
            "created_at": "2023-09-06T09:08:16.941338-04:00",
            "name": "STL (D Hudson)",
            "reward": "3.53000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27744098-612e-4569-aa5f-47b393c735a9/?format=api"
        }
    ]
}