GET /api/bet_types/ae002a6c-cae7-4a30-8b2b-3d7a72847b24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae002a6c-cae7-4a30-8b2b-3d7a72847b24",
    "match": "https://api-prod.gambitprofit.com/api/matches/41ac8343-ae09-46cc-8beb-8c45f946e0d9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-19T08:08:08.082220-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": "SDG (M Wacha)",
                "amount": 5234.0
            },
            {
                "team": "SFO (R Walker)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e411258-9ef7-49d5-9ef4-3b9306c24873",
            "gambit_id": "f62a8d85-865e-4d02-9523-1209311e2fa2",
            "last_updated": "2023-06-20T10:08:19.002233-04:00",
            "created_at": "2023-06-19T08:08:08.083856-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae002a6c-cae7-4a30-8b2b-3d7a72847b24/?format=api"
        },
        {
            "id": "07d165ed-c809-4c46-bd6b-5458e8b360a3",
            "gambit_id": "04974510-4162-451a-a6da-fee9e4483f7b",
            "last_updated": "2023-06-20T10:08:19.004473-04:00",
            "created_at": "2023-06-19T08:08:08.085437-04:00",
            "name": "SFO (R Walker)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae002a6c-cae7-4a30-8b2b-3d7a72847b24/?format=api"
        }
    ]
}