GET /api/bet_types/3d1e8fe2-086b-454c-b43c-37a1a1e709c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d1e8fe2-086b-454c-b43c-37a1a1e709c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/64a9caab-5d00-4e48-99e7-b771541af153/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:08:21.981814-05: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": "Aliaskhab Khizriev",
                "amount": 5864.0
            },
            {
                "team": "Makhmud Muradov",
                "amount": 4136.0
            }
        ],
        "expected_reward_tokens": 9264.64,
        "profit_sb": -235.36,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "81b0a9dd-0f73-44d0-9306-207aba6e1a56",
            "gambit_id": "4c8758a3-c133-43b5-8913-470d3b6214a8",
            "last_updated": "2024-02-07T01:52:57.736318-05:00",
            "created_at": "2024-02-02T10:08:21.993655-05:00",
            "name": "Aliaskhab Khizriev",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1e8fe2-086b-454c-b43c-37a1a1e709c3/?format=api"
        },
        {
            "id": "27a14ce5-7d03-4583-8bf6-80cdb156d3da",
            "gambit_id": "fecd9f6e-741f-4888-b740-c5ef6b27d04f",
            "last_updated": "2024-02-07T01:52:57.733002-05:00",
            "created_at": "2024-02-02T10:08:21.986795-05:00",
            "name": "Makhmud Muradov",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1e8fe2-086b-454c-b43c-37a1a1e709c3/?format=api"
        }
    ]
}