GET /api/bet_types/204a1243-1a72-49d2-8200-94daf63b9ff7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "204a1243-1a72-49d2-8200-94daf63b9ff7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e283e5c0-d08e-469b-afc2-33720457cc51/?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": "Ottawa Senators",
                "amount": 5610.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "986bc83d-e56a-4d20-a40f-dc9c086b2309",
            "gambit_id": "ab1550e3-f5d5-4038-9a24-b27cab0df18b",
            "last_updated": "2022-10-19T09:42:25.611308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204a1243-1a72-49d2-8200-94daf63b9ff7/?format=api"
        },
        {
            "id": "f2d0fc96-292e-407c-aad0-2b37746dab08",
            "gambit_id": "2ee88e9e-a514-4138-b17d-eb43d6448399",
            "last_updated": "2022-10-19T09:42:25.612267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/204a1243-1a72-49d2-8200-94daf63b9ff7/?format=api"
        }
    ]
}