GET /api/bet_types/b4b77890-f25a-417f-81b0-b509c848f3af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4b77890-f25a-417f-81b0-b509c848f3af",
    "match": "https://api-prod.gambitprofit.com/api/matches/574a9aba-c90f-4547-8e27-37f9afd84333/?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": 5304.0
            },
            {
                "team": "New York Islanders",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8045bcd-d107-48ff-8c02-eb5adf0b7cfd",
            "gambit_id": "39df9662-a213-4813-9fd0-a19d9583c762",
            "last_updated": "2022-11-14T10:58:10.375500-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b77890-f25a-417f-81b0-b509c848f3af/?format=api"
        },
        {
            "id": "2f331f7d-f31c-4cfa-bad5-bf3c43dd3d52",
            "gambit_id": "1b9ed828-c281-4fe4-bc86-65e248d59c50",
            "last_updated": "2022-11-14T10:58:10.374343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b77890-f25a-417f-81b0-b509c848f3af/?format=api"
        }
    ]
}