GET /api/bet_types/44beb33e-e919-4c01-bcb8-7c8b25bab009/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44beb33e-e919-4c01-bcb8-7c8b25bab009",
    "match": "https://api-prod.gambitprofit.com/api/matches/3960010e-b874-4a9a-8746-a26902f439b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T08:08:24.604338-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": "LOS (L Lynn)",
                "amount": 5827.0
            },
            {
                "team": "MIL (C Burnes)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "b71b633f-0633-4fc6-9082-29042d8eab68",
            "gambit_id": "d2e32ed4-c26a-4e60-99a0-a081df539663",
            "last_updated": "2023-08-18T10:23:06.798497-04:00",
            "created_at": "2023-08-17T08:08:24.612267-04:00",
            "name": "LOS (L Lynn)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44beb33e-e919-4c01-bcb8-7c8b25bab009/?format=api"
        },
        {
            "id": "199f91a8-624f-4764-9596-471b383236de",
            "gambit_id": "dc476d86-8bce-4f36-b912-567f38a74e29",
            "last_updated": "2023-08-18T10:23:06.795423-04:00",
            "created_at": "2023-08-17T08:08:24.608248-04:00",
            "name": "MIL (C Burnes)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44beb33e-e919-4c01-bcb8-7c8b25bab009/?format=api"
        }
    ]
}