GET /api/bet_types/60df2ae6-2a8d-4760-9c08-86e76c374834/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60df2ae6-2a8d-4760-9c08-86e76c374834",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b7117df-e8b3-4f1e-9c94-22cb8824240b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:13.670202-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": "Boston Celtics",
                "amount": 5791.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b5ecb53-9082-4b4f-adb1-f9f9368fd740",
            "gambit_id": "f76d2fbf-87f7-44c2-860b-1ce8f158115d",
            "last_updated": "2023-01-22T21:26:51.982727-05:00",
            "created_at": "2023-01-21T10:22:13.672568-05:00",
            "name": "Boston Celtics",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60df2ae6-2a8d-4760-9c08-86e76c374834/?format=api"
        },
        {
            "id": "c50ff7db-5e13-49ea-96a6-4eeea9e9ef00",
            "gambit_id": "da810649-21bd-471b-ba40-55259c1a939e",
            "last_updated": "2023-01-22T21:26:51.981641-05:00",
            "created_at": "2023-01-21T10:22:13.671348-05:00",
            "name": "Toronto Raptors",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60df2ae6-2a8d-4760-9c08-86e76c374834/?format=api"
        }
    ]
}