GET /api/bet_types/f9bfd72b-90e3-45a5-a67c-f9cccc938daf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9bfd72b-90e3-45a5-a67c-f9cccc938daf",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bb16249-8c15-4611-9364-1eb1c4ab962d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:17.135416-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 England Patriots",
                "amount": 6465.0
            },
            {
                "team": "New York Giants",
                "amount": 3535.0
            }
        ],
        "expected_reward_tokens": 9438.45,
        "profit_sb": -61.55,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f35e1fd-a5a6-4ba9-b6b1-1290a6269f0d",
            "gambit_id": "515a4a72-44d2-4cef-bc9a-55fbfc15c323",
            "last_updated": "2023-11-27T20:18:15.819979-05:00",
            "created_at": "2023-11-22T09:13:17.138817-05:00",
            "name": "New England Patriots",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9bfd72b-90e3-45a5-a67c-f9cccc938daf/?format=api"
        },
        {
            "id": "a664a5f3-9786-49f9-85d3-6529de342270",
            "gambit_id": "739d486b-3852-4f3e-8309-8fb53133e235",
            "last_updated": "2023-11-27T20:18:15.823196-05:00",
            "created_at": "2023-11-22T09:13:17.142679-05:00",
            "name": "New York Giants",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9bfd72b-90e3-45a5-a67c-f9cccc938daf/?format=api"
        }
    ]
}