GET /api/bet_types/ac701234-be3b-45d6-ab69-7b8eb84066c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac701234-be3b-45d6-ab69-7b8eb84066c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5e4014e-f641-4c52-b06e-24db753c655b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:04.715928-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": "Florida Panthers",
                "amount": 6774.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2b41ce7-2399-454b-98e2-95824e3230ed",
            "gambit_id": "78829140-dd1f-4d03-92e8-e3fcf9b6dcb7",
            "last_updated": "2023-02-14T09:51:54.919220-05:00",
            "created_at": "2023-02-13T08:17:04.718536-05:00",
            "name": "Florida Panthers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac701234-be3b-45d6-ab69-7b8eb84066c1/?format=api"
        },
        {
            "id": "dba02ad9-1c9b-4605-b083-98d4a21659d5",
            "gambit_id": "6cd3be78-5668-4a51-90d8-d949f53c5afc",
            "last_updated": "2023-02-14T09:51:54.918044-05:00",
            "created_at": "2023-02-13T08:17:04.717227-05:00",
            "name": "Minnesota Wild",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac701234-be3b-45d6-ab69-7b8eb84066c1/?format=api"
        }
    ]
}