GET /api/bet_types/671bd8db-46fe-4001-b0c6-04cedc4ecab8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "671bd8db-46fe-4001-b0c6-04cedc4ecab8",
    "match": "https://api-prod.gambitprofit.com/api/matches/76eabd9c-1b09-473a-aad3-296c010791ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T13:36:50.909438-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": "Ottawa Senators",
                "amount": 6308.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f69e25e-1f44-4f51-80ed-4e91a0bf45fd",
            "gambit_id": "87bfbacf-675d-49e7-92a5-0563e5586360",
            "last_updated": "2023-04-03T10:17:01.888298-04:00",
            "created_at": "2023-04-01T13:36:50.911267-04:00",
            "name": "Ottawa Senators",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671bd8db-46fe-4001-b0c6-04cedc4ecab8/?format=api"
        },
        {
            "id": "906ea890-6dfc-4db1-adba-b67a5d839bb6",
            "gambit_id": "4ba07abb-06c2-48ec-a80e-d34de83965d3",
            "last_updated": "2023-04-03T10:17:01.890432-04:00",
            "created_at": "2023-04-01T13:36:50.913008-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671bd8db-46fe-4001-b0c6-04cedc4ecab8/?format=api"
        }
    ]
}