GET /api/bet_types/4d0d21a2-c25d-4ba4-aab1-2396d89e5da0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d0d21a2-c25d-4ba4-aab1-2396d89e5da0",
    "match": "https://api-prod.gambitprofit.com/api/matches/78a8b915-1860-428c-b860-5c50ae8ff82a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:05.863730-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": "Buffalo Sabres",
                "amount": 5423.0
            },
            {
                "team": "New York Islanders",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f71bbb62-9688-44ee-aff9-bddb00537fef",
            "gambit_id": "4213c55b-02c3-42b5-b54e-4dce8a6a0776",
            "last_updated": "2023-10-23T20:43:04.283780-04:00",
            "created_at": "2023-10-21T09:38:05.873075-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d0d21a2-c25d-4ba4-aab1-2396d89e5da0/?format=api"
        },
        {
            "id": "89adec7b-d505-4ff0-ac92-bdc039bab1b3",
            "gambit_id": "7c06fc8e-9b7c-427e-b7fd-88c6f67f2261",
            "last_updated": "2023-10-23T20:43:04.280296-04:00",
            "created_at": "2023-10-21T09:38:05.868426-04:00",
            "name": "New York Islanders",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d0d21a2-c25d-4ba4-aab1-2396d89e5da0/?format=api"
        }
    ]
}