GET /api/bet_types/64429d4e-f75b-41aa-ad18-24fed74409b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64429d4e-f75b-41aa-ad18-24fed74409b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/177727c9-6444-48aa-9600-f8f05062a999/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:11.132234-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": "MIN (T Mahle)",
                "amount": 5065.0
            },
            {
                "team": "HOU (H Brown)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "531185e7-5172-4f31-a3f3-d84de668c09b",
            "gambit_id": "fb3f6762-5b69-451a-ae89-7e76d6b4548b",
            "last_updated": "2023-04-10T14:31:59.688448-04:00",
            "created_at": "2023-04-09T09:27:11.146558-04:00",
            "name": "MIN (T Mahle)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64429d4e-f75b-41aa-ad18-24fed74409b7/?format=api"
        },
        {
            "id": "165d8c8a-4d59-4c47-bca8-0a5bb4f92ecd",
            "gambit_id": "4b4e50fe-9f20-416b-9084-e3ab86550a5d",
            "last_updated": "2023-04-10T14:31:59.689879-04:00",
            "created_at": "2023-04-09T09:27:11.150501-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64429d4e-f75b-41aa-ad18-24fed74409b7/?format=api"
        }
    ]
}