GET /api/bet_types/41e9f8a1-9455-43f5-91fc-dc29a79e213d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41e9f8a1-9455-43f5-91fc-dc29a79e213d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f26f581-be98-4bd3-866f-f3f2bc7dd636/?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": "BOS (N Pivetta)",
                "amount": 6316.0
            },
            {
                "team": "TEX (D Keuchel)",
                "amount": 3684.0
            }
        ],
        "expected_reward_tokens": 9283.68,
        "profit_sb": 283.68,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "1cedd86a-deb3-4a46-b4de-e3c1970b8b90",
            "gambit_id": "f03d25c7-1bd5-42ba-90dd-c9c936d3c694",
            "last_updated": "2022-09-03T19:02:17.809338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (N Pivetta)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41e9f8a1-9455-43f5-91fc-dc29a79e213d/?format=api"
        },
        {
            "id": "e63d977e-4c4a-4547-9130-42541f2a94dd",
            "gambit_id": "eb23b2f6-1bea-4a77-b092-e54a4917d95f",
            "last_updated": "2022-09-03T19:02:17.810387-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Keuchel)",
            "reward": "2.52000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41e9f8a1-9455-43f5-91fc-dc29a79e213d/?format=api"
        }
    ]
}