GET /api/bet_types/63b952d8-a828-4a4e-b641-d8268e553b5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63b952d8-a828-4a4e-b641-d8268e553b5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57982f9-eecd-4045-b774-2ad97289900b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:06.714819-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": "MIA (B Garrett)",
                "amount": 6627.0
            },
            {
                "team": "WAS (J Adon)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "338fb722-dd53-4ebe-aa6e-358a340f5d8a",
            "gambit_id": "ea315069-96ee-4f19-ab4c-a096e64845a9",
            "last_updated": "2023-08-28T18:38:01.742069-04:00",
            "created_at": "2023-08-25T08:38:06.727781-04:00",
            "name": "MIA (B Garrett)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b952d8-a828-4a4e-b641-d8268e553b5b/?format=api"
        },
        {
            "id": "e999d377-d7ca-4f80-a174-faf8a4cc5289",
            "gambit_id": "8147fffd-b282-48bb-83f1-364b4c5db067",
            "last_updated": "2023-08-28T18:38:01.737088-04:00",
            "created_at": "2023-08-25T08:38:06.722197-04:00",
            "name": "WAS (J Adon)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b952d8-a828-4a4e-b641-d8268e553b5b/?format=api"
        }
    ]
}