GET /api/bet_types/603d7050-b51c-42aa-9819-7aeb55249962/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "603d7050-b51c-42aa-9819-7aeb55249962",
    "match": "https://api-prod.gambitprofit.com/api/matches/27b63f7a-02fd-44ad-9c75-600d3302029d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:07.792461-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": 6458.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9b43515-e5ac-4d40-807a-47ba12351223",
            "gambit_id": "888ab7d3-7db5-4617-a9d3-862533bd994c",
            "last_updated": "2023-12-14T10:33:30.520535-05:00",
            "created_at": "2023-12-12T10:03:07.799778-05:00",
            "name": "Ottawa Senators",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603d7050-b51c-42aa-9819-7aeb55249962/?format=api"
        },
        {
            "id": "726bcad5-5187-40be-a319-b84d043d2fae",
            "gambit_id": "7c9062ff-be38-4c7f-ae08-9b2e78712bb4",
            "last_updated": "2023-12-14T10:33:30.516943-05:00",
            "created_at": "2023-12-12T10:03:07.795924-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603d7050-b51c-42aa-9819-7aeb55249962/?format=api"
        }
    ]
}