GET /api/bet_types/1df46373-294f-4b46-9d43-221f4ed6e040/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1df46373-294f-4b46-9d43-221f4ed6e040",
    "match": "https://api-prod.gambitprofit.com/api/matches/34f6c43a-1d7b-4de6-8c3c-aeec599e6e9c/?format=api",
    "name": "Play the Odds",
    "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": "Buffalo Sabres",
                "amount": 5791.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "48f75bc8-7959-4d10-8d72-040ae76aa36a",
            "gambit_id": "76c3cc72-e4d9-44eb-9002-0bc3c1e48c1b",
            "last_updated": "2022-10-17T14:27:40.505376-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df46373-294f-4b46-9d43-221f4ed6e040/?format=api"
        },
        {
            "id": "383c7752-9cb3-4328-a47e-408482ac57da",
            "gambit_id": "2108e210-166a-48ac-b7e6-f77b32aac653",
            "last_updated": "2022-10-17T14:27:40.506751-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df46373-294f-4b46-9d43-221f4ed6e040/?format=api"
        }
    ]
}