GET /api/bet_types/34919c30-ca9a-4086-bb50-2ffa1caa5c84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34919c30-ca9a-4086-bb50-2ffa1caa5c84",
    "match": "https://api-prod.gambitprofit.com/api/matches/177eaba4-fcb5-40fa-a8b3-5d1dd4f48b22/?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": "Washington Wizards",
                "amount": 6563.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "67ad3069-f9d0-4f02-a89c-d0de57cd88ec",
            "gambit_id": "bc873b18-b120-479a-a8af-d32ca6dd8f97",
            "last_updated": "2022-10-26T09:42:13.267260-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34919c30-ca9a-4086-bb50-2ffa1caa5c84/?format=api"
        },
        {
            "id": "9d2839bf-ef6f-4284-8569-0857af89c559",
            "gambit_id": "0ab256a0-5540-4b5f-a578-81564920697d",
            "last_updated": "2022-10-26T09:42:13.266061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34919c30-ca9a-4086-bb50-2ffa1caa5c84/?format=api"
        }
    ]
}