GET /api/bet_types/38534325-bc0e-493d-9a4a-bbc965f013c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38534325-bc0e-493d-9a4a-bbc965f013c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2334f333-03b5-4cd6-b138-31f3ebbed8b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:08.590379-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": "New York Knicks",
                "amount": 5107.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cb29227-6933-43ae-9b5a-de136c792aee",
            "gambit_id": "25bf1894-52d9-4e98-9be7-5e22c4e9951c",
            "last_updated": "2023-12-30T21:48:20.573330-05:00",
            "created_at": "2023-12-29T09:58:08.595020-05:00",
            "name": "New York Knicks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38534325-bc0e-493d-9a4a-bbc965f013c9/?format=api"
        },
        {
            "id": "4bf40800-24c3-4cae-acc5-11c6bde7f0a9",
            "gambit_id": "a70dc7d9-2d68-4cfa-b024-441ff828a0f5",
            "last_updated": "2023-12-30T21:48:20.576425-05:00",
            "created_at": "2023-12-29T09:58:08.599528-05:00",
            "name": "Orlando Magic",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38534325-bc0e-493d-9a4a-bbc965f013c9/?format=api"
        }
    ]
}