GET /api/bet_types/f04837f1-58ce-4962-93ed-3f3d0e14c228/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f04837f1-58ce-4962-93ed-3f3d0e14c228",
    "match": "https://api-prod.gambitprofit.com/api/matches/7042736c-bc39-410f-be50-b9c446dffcc9/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:27.005498-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": "New York Islanders",
                "amount": 6390.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c5b8b2c-6ed8-4a3b-803d-6930e6d3c1fd",
            "gambit_id": "c2532b6f-9f29-45db-ac3c-df29b85b1d59",
            "last_updated": "2024-01-09T10:13:15.847934-05:00",
            "created_at": "2024-01-06T09:23:27.009976-05:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f04837f1-58ce-4962-93ed-3f3d0e14c228/?format=api"
        },
        {
            "id": "d95d80ca-cd6c-45c0-9368-a9674c42b735",
            "gambit_id": "4a98eb87-59f4-4ee5-ad0a-e687de246858",
            "last_updated": "2024-01-09T10:13:15.851266-05:00",
            "created_at": "2024-01-06T09:23:27.014992-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f04837f1-58ce-4962-93ed-3f3d0e14c228/?format=api"
        }
    ]
}