GET /api/bet_types/76c91239-c941-420b-b4e4-8ae8ccc9e74b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76c91239-c941-420b-b4e4-8ae8ccc9e74b",
    "match": "https://api-prod.gambitprofit.com/api/matches/55df082f-2e00-423f-ba95-e1e048cae3a3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:59.416765-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": "Calgary Flames",
                "amount": 6706.0
            },
            {
                "team": "New York Rangers",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9387.9,
        "profit_sb": -112.1,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "685820a3-9703-496a-942f-b411179734a7",
            "gambit_id": "10f6ba33-a988-4323-b13d-66e7dc93cfa7",
            "last_updated": "2023-10-26T10:13:03.808815-04:00",
            "created_at": "2023-10-24T08:57:59.424495-04:00",
            "name": "Calgary Flames",
            "reward": "1.40000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76c91239-c941-420b-b4e4-8ae8ccc9e74b/?format=api"
        },
        {
            "id": "3273d1b8-b775-4448-9d55-88f4fd77cf5a",
            "gambit_id": "0822a240-005f-4ee9-aa1d-7e84eae0ee4f",
            "last_updated": "2023-10-26T10:13:03.805351-04:00",
            "created_at": "2023-10-24T08:57:59.420156-04:00",
            "name": "New York Rangers",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76c91239-c941-420b-b4e4-8ae8ccc9e74b/?format=api"
        }
    ]
}