GET /api/bet_types/49b8077d-65d7-42fe-822c-3261b3e33f91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49b8077d-65d7-42fe-822c-3261b3e33f91",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b1dc9c3-a8be-47bd-97e2-04a17d94842e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:23:07.323364-04: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": "BOS (N Pivetta)",
                "amount": 5286.0
            },
            {
                "team": "BAL (J Means)",
                "amount": 4714.0
            }
        ],
        "expected_reward_tokens": 9567.66,
        "profit_sb": 67.66,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe3a7366-efd7-4a29-b1b4-dd1c2fceed0c",
            "gambit_id": "931fa1a4-c9d5-4953-9cec-19fb68153a61",
            "last_updated": "2023-09-30T10:53:15.943054-04:00",
            "created_at": "2023-09-29T09:23:07.330986-04:00",
            "name": "BOS (N Pivetta)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49b8077d-65d7-42fe-822c-3261b3e33f91/?format=api"
        },
        {
            "id": "7e21d610-fbc8-4e93-aa1f-44c609ff75ad",
            "gambit_id": "393b6614-36cc-44a0-b84c-e91664718d22",
            "last_updated": "2023-09-30T10:53:15.946657-04:00",
            "created_at": "2023-09-29T09:23:07.335395-04:00",
            "name": "BAL (J Means)",
            "reward": "2.03000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49b8077d-65d7-42fe-822c-3261b3e33f91/?format=api"
        }
    ]
}