GET /api/bet_types/85186690-b5a3-4a3e-8564-8224221aad00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85186690-b5a3-4a3e-8564-8224221aad00",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fe7c896-4fd4-4d62-b783-a2edcd3005c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-13T08:58:27.068838-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": "Carlos Alcaraz Garfia",
                "amount": 6706.0
            },
            {
                "team": "Daniil Medvedev",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9254.28,
        "profit_sb": -245.72,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "431cfb9f-7db2-441f-9358-4b257fe8a8f3",
            "gambit_id": "9c5004db-cfbb-418b-a365-747b73d6e6d1",
            "last_updated": "2023-07-14T14:03:02.363522-04:00",
            "created_at": "2023-07-13T08:58:27.070836-04:00",
            "name": "Carlos Alcaraz Garfia",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85186690-b5a3-4a3e-8564-8224221aad00/?format=api"
        },
        {
            "id": "88a816f3-03a9-4c2d-9c50-57061de3cf69",
            "gambit_id": "df2bd34d-c142-432d-be39-dce82fe1533b",
            "last_updated": "2023-07-14T14:03:02.364930-04:00",
            "created_at": "2023-07-13T08:58:27.072846-04:00",
            "name": "Daniil Medvedev",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85186690-b5a3-4a3e-8564-8224221aad00/?format=api"
        }
    ]
}