GET /api/bet_types/1fe83e0c-ffa3-4a50-b733-5d1c9f77c8a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fe83e0c-ffa3-4a50-b733-5d1c9f77c8a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/59fe4190-f8cc-44ed-addd-3cbb0999949d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:57.386674-04: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": "DET",
                "amount": 5512.0
            },
            {
                "team": "BOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d57ed22-c272-46c3-9a86-9c0caaed78dc",
            "gambit_id": "9b42b813-bff7-4b73-a77d-92744486a927",
            "last_updated": "2023-04-09T11:37:23.612581-04:00",
            "created_at": "2023-04-08T09:01:57.389161-04:00",
            "name": "DET",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe83e0c-ffa3-4a50-b733-5d1c9f77c8a1/?format=api"
        },
        {
            "id": "473191c1-30a4-421c-8d10-129729173ce2",
            "gambit_id": "dd7ee740-d6da-4f46-b161-74df5e160e72",
            "last_updated": "2023-04-09T11:37:23.615721-04:00",
            "created_at": "2023-04-08T09:01:57.391936-04:00",
            "name": "BOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe83e0c-ffa3-4a50-b733-5d1c9f77c8a1/?format=api"
        }
    ]
}