GET /api/bet_types/dd485288-79fc-4abf-bb5b-287994564f6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd485288-79fc-4abf-bb5b-287994564f6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd451acc-33db-4427-be24-49f6bd29da0d/?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": "Columbus Blue Jackets",
                "amount": 6401.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "3417ee49-1919-407a-95d4-db316259f389",
            "gambit_id": "1e91cba7-8fb0-4d3b-a794-3c472a6a5e38",
            "last_updated": "2022-10-29T19:11:52.602598-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd485288-79fc-4abf-bb5b-287994564f6b/?format=api"
        },
        {
            "id": "d0df4774-6c44-4feb-92cc-1b0024bc7b5a",
            "gambit_id": "69bd5af1-95d8-42a7-97f4-4fb43b3f6f67",
            "last_updated": "2022-10-29T19:11:52.603579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd485288-79fc-4abf-bb5b-287994564f6b/?format=api"
        }
    ]
}