GET /api/bet_types/b90a4737-e17c-4a7b-a1c9-6456d68005cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b90a4737-e17c-4a7b-a1c9-6456d68005cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/896c69c9-0ead-41ea-bf33-3a0389393038/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Oklahoma City Thunder",
                "amount": 5753.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "33b72719-4797-46db-97ab-88a81c65b532",
            "gambit_id": "332ba124-8d98-4e9a-8fde-c3f303cc1998",
            "last_updated": "2022-12-01T16:17:23.525180-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b90a4737-e17c-4a7b-a1c9-6456d68005cf/?format=api"
        },
        {
            "id": "e417a3f6-f81a-434e-ab08-8a9c020e7683",
            "gambit_id": "c77e88e5-44e5-4b6a-b0e4-1cd3c2fb6ea0",
            "last_updated": "2022-12-01T16:17:23.526177-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b90a4737-e17c-4a7b-a1c9-6456d68005cf/?format=api"
        }
    ]
}