GET /api/bet_types/663c213a-e800-4e5e-92f5-3ed2ac4d8f61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "663c213a-e800-4e5e-92f5-3ed2ac4d8f61",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca381868-9b47-4965-9f9b-84e8c9ec9929/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:08.210222-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": "San Jose Sharks",
                "amount": 5614.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "05b82a3b-e6fd-4cf5-a534-261daf9412a9",
            "gambit_id": "e6a2885f-a0cc-478a-8ea4-a2783828d7e7",
            "last_updated": "2023-12-18T11:03:02.185493-05:00",
            "created_at": "2023-12-15T09:13:08.214496-05:00",
            "name": "San Jose Sharks",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/663c213a-e800-4e5e-92f5-3ed2ac4d8f61/?format=api"
        },
        {
            "id": "d6814de1-69a2-49d8-987b-c4974b0420c1",
            "gambit_id": "e312bd9f-7292-47dc-a599-bba62f127cea",
            "last_updated": "2023-12-18T11:03:02.189193-05:00",
            "created_at": "2023-12-15T09:13:08.218474-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/663c213a-e800-4e5e-92f5-3ed2ac4d8f61/?format=api"
        }
    ]
}