GET /api/bet_types/dcba882b-b9d8-454c-a26c-30ab39c464df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcba882b-b9d8-454c-a26c-30ab39c464df",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d1ac3a2-e61c-4722-8308-362c2b7c3347/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-13T09:08:21.907052-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 (T Gonsolin)",
                "amount": 6442.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b0761e5-3403-40a8-a090-bff2d6041f0c",
            "gambit_id": "b85db257-6232-4299-a1b2-011bb0d0cd82",
            "last_updated": "2023-06-14T11:18:16.598286-04:00",
            "created_at": "2023-06-13T09:08:21.911928-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcba882b-b9d8-454c-a26c-30ab39c464df/?format=api"
        },
        {
            "id": "4fa1dc65-2df8-4f33-b40c-307a9a8fd240",
            "gambit_id": "6cf6dda0-8ad5-4f0b-a96b-d99b18122ab5",
            "last_updated": "2023-06-14T11:18:16.596492-04:00",
            "created_at": "2023-06-13T09:08:21.909417-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcba882b-b9d8-454c-a26c-30ab39c464df/?format=api"
        }
    ]
}