GET /api/bet_types/7c8819e1-dba6-4a03-a870-631cba3e2190/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c8819e1-dba6-4a03-a870-631cba3e2190",
    "match": "https://api-prod.gambitprofit.com/api/matches/376a9b06-2486-497a-8304-b6b5d0983903/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:14.828442-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": "Toronto Maple Leafs",
                "amount": 5696.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3c3c7a6-aae8-4a74-8093-b0e1dc119348",
            "gambit_id": "b67f8da7-8c67-498c-93c8-23379d645534",
            "last_updated": "2023-02-19T16:02:15.401585-05:00",
            "created_at": "2023-02-18T09:07:14.829658-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8819e1-dba6-4a03-a870-631cba3e2190/?format=api"
        },
        {
            "id": "48f5089f-5c23-4ff6-9021-d89b88cee9ee",
            "gambit_id": "9c21ecde-94e7-44e0-9b4c-cb8c8268ad31",
            "last_updated": "2023-02-19T16:02:15.402746-05:00",
            "created_at": "2023-02-18T09:07:14.830996-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8819e1-dba6-4a03-a870-631cba3e2190/?format=api"
        }
    ]
}