GET /api/bet_types/47ce10d8-98e6-4558-819e-f6d65021bf2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47ce10d8-98e6-4558-819e-f6d65021bf2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/60bcab00-5df5-457d-ae4f-2b91e9b4ca2c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-20T08:33:12.727840-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": "TAM (T Glasnow)",
                "amount": 6060.0
            },
            {
                "team": "BAL (K Gibson)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "b19c944c-7051-40e3-91fd-94a033788bf4",
            "gambit_id": "9f68ed69-8701-40f3-8083-f68761956490",
            "last_updated": "2023-07-22T09:38:04.932752-04:00",
            "created_at": "2023-07-20T08:33:12.731283-04:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47ce10d8-98e6-4558-819e-f6d65021bf2a/?format=api"
        },
        {
            "id": "cf318b3a-d252-410b-8274-326e446b3abb",
            "gambit_id": "8fe8018d-159c-4ce0-be76-98fd4ab81a6c",
            "last_updated": "2023-07-22T09:38:04.935916-04:00",
            "created_at": "2023-07-20T08:33:12.729399-04:00",
            "name": "BAL (K Gibson)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47ce10d8-98e6-4558-819e-f6d65021bf2a/?format=api"
        }
    ]
}