GET /api/bet_types/eae305ba-2918-4566-bc15-fc8fafa866ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eae305ba-2918-4566-bc15-fc8fafa866ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5ea6049-3b91-40f2-9aab-062996bb7204/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-17T09:27:13.486862-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": "Edmonton Oilers",
                "amount": 6253.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9629.62,
        "profit_sb": 129.62,
        "profit_sb_percentage": 1.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e8bc60b-dd40-445e-a379-ca79b2b65b9f",
            "gambit_id": "c005f6cc-3e6f-4581-9dd1-9a63f0b1e4e0",
            "last_updated": "2023-01-18T09:32:09.860505-05:00",
            "created_at": "2023-01-17T09:27:13.488071-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae305ba-2918-4566-bc15-fc8fafa866ed/?format=api"
        },
        {
            "id": "430389a5-4cd9-404a-8166-b8e95be2e6e8",
            "gambit_id": "f078984a-5fee-4816-b7df-a7f3084f6c41",
            "last_updated": "2023-01-18T09:32:09.861598-05:00",
            "created_at": "2023-01-17T09:27:13.489272-05:00",
            "name": "Seattle Kraken",
            "reward": "2.57000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae305ba-2918-4566-bc15-fc8fafa866ed/?format=api"
        }
    ]
}