GET /api/bet_types/f25f6c89-6b98-4c7e-9b00-33201d04be60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f25f6c89-6b98-4c7e-9b00-33201d04be60",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cc49206-d264-42d3-820b-ff4656348ff6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:05.380237-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": "Montreal Canadiens",
                "amount": 6603.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "145ebc28-e5ff-4ee2-8156-c692aee3152e",
            "gambit_id": "14f51907-7fda-4e6b-bbe5-c6357ef70930",
            "last_updated": "2023-11-03T10:43:10.383273-04:00",
            "created_at": "2023-11-02T09:03:05.384712-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f25f6c89-6b98-4c7e-9b00-33201d04be60/?format=api"
        },
        {
            "id": "e8948c6e-6d15-496f-9823-026be5284213",
            "gambit_id": "13fdc6c9-211b-4d07-b0e2-1a220cbb2114",
            "last_updated": "2023-11-03T10:43:10.386812-04:00",
            "created_at": "2023-11-02T09:03:05.389699-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f25f6c89-6b98-4c7e-9b00-33201d04be60/?format=api"
        }
    ]
}