GET /api/bet_types/9f7fd7a6-8c14-4c9e-ac94-5e7dfee3d277/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f7fd7a6-8c14-4c9e-ac94-5e7dfee3d277",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c05c39a-5b5a-4fdd-af49-b2ea7049edfe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:01.198640-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 (J Musgrove)",
                "amount": 5711.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "fce2057a-6f2f-42c7-accb-e3c5fd37c737",
            "gambit_id": "c8a44977-c7f3-4d31-8d41-08746efdcb68",
            "last_updated": "2023-04-23T12:41:53.798623-04:00",
            "created_at": "2023-04-22T13:07:01.201638-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f7fd7a6-8c14-4c9e-ac94-5e7dfee3d277/?format=api"
        },
        {
            "id": "c0e04cd0-d418-48e6-94f5-99763dbd1eee",
            "gambit_id": "bed2d00c-96f0-45b5-b87d-2915c89e149d",
            "last_updated": "2023-04-23T12:41:53.797029-04:00",
            "created_at": "2023-04-22T13:07:01.200037-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f7fd7a6-8c14-4c9e-ac94-5e7dfee3d277/?format=api"
        }
    ]
}