GET /api/bet_types/7c042d49-294f-41db-a41a-24c375561a55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c042d49-294f-41db-a41a-24c375561a55",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebb63e63-4773-4d11-9d9f-063e70db7016/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-06T10:57:13.343748-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": "TEX (D Dunning)",
                "amount": 5627.0
            },
            {
                "team": "STL (M Liberatore)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "e70ecf27-e38c-46ae-99fb-f058d6cfb6a0",
            "gambit_id": "fe33221d-acdd-4af3-affd-7568de6344b4",
            "last_updated": "2023-06-07T10:23:04.226570-04:00",
            "created_at": "2023-06-06T10:57:13.347199-04:00",
            "name": "TEX (D Dunning)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c042d49-294f-41db-a41a-24c375561a55/?format=api"
        },
        {
            "id": "dcd0d50a-713e-4eb8-b627-34e127e38153",
            "gambit_id": "6834ac70-7259-4947-9ab4-f229bc58a770",
            "last_updated": "2023-06-07T10:23:04.223987-04:00",
            "created_at": "2023-06-06T10:57:13.345518-04:00",
            "name": "STL (M Liberatore)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c042d49-294f-41db-a41a-24c375561a55/?format=api"
        }
    ]
}