GET /api/bet_types/4e27c26d-e8a7-4b5a-9cef-77c54abf0ec0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e27c26d-e8a7-4b5a-9cef-77c54abf0ec0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6411f6f6-b589-4a7b-a90d-b00e12c1bf67/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T09:12:19.455175-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 Capitals",
                "amount": 6235.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "837d5dbd-1925-475f-86cc-09e06300f5d7",
            "gambit_id": "1603a85a-f029-43d9-8825-7a918dc0db3f",
            "last_updated": "2023-02-15T10:51:57.292378-05:00",
            "created_at": "2023-02-14T09:12:19.456431-05:00",
            "name": "Washington Capitals",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e27c26d-e8a7-4b5a-9cef-77c54abf0ec0/?format=api"
        },
        {
            "id": "261ebc1b-9ba7-4a30-b841-142c4a531348",
            "gambit_id": "66fda85c-c823-4b47-ba94-14188e5c4c64",
            "last_updated": "2023-02-15T10:51:57.293574-05:00",
            "created_at": "2023-02-14T09:12:19.457747-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e27c26d-e8a7-4b5a-9cef-77c54abf0ec0/?format=api"
        }
    ]
}