GET /api/bet_types/e46ec596-c665-4211-a54c-94efce600e7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e46ec596-c665-4211-a54c-94efce600e7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2735011-d35a-4fbe-8b6a-445b491a1465/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T23:03:17.826350-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8584.0
            },
            {
                "team": "Draw",
                "amount": 1416.0
            }
        ],
        "expected_reward_tokens": 9869.52,
        "profit_sb": 369.52,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8032.0
            },
            {
                "team": "Draw",
                "amount": 1325.0
            },
            {
                "team": "Fulham",
                "amount": 643.0
            }
        ],
        "expected_reward_tokens": 9235.25,
        "profit_sb": -264.75,
        "profit_sb_percentage": -2.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "620db518-8d8d-4777-9063-cf0ef5fdf3dd",
            "gambit_id": "378a9fa3-8aa9-4f49-9b60-912675a69bbf",
            "last_updated": "2023-09-06T11:48:30.010996-04:00",
            "created_at": "2023-09-01T23:03:17.834261-04:00",
            "name": "Manchester City",
            "reward": "1.15000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e46ec596-c665-4211-a54c-94efce600e7b/?format=api"
        },
        {
            "id": "9593fcf9-44dd-437e-836e-1a2f2fc02298",
            "gambit_id": "2b783277-8fdf-43b4-bfc2-dd41f201ba7a",
            "last_updated": "2023-09-06T11:48:30.007656-04:00",
            "created_at": "2023-09-01T23:03:17.830319-04:00",
            "name": "Draw",
            "reward": "6.97000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e46ec596-c665-4211-a54c-94efce600e7b/?format=api"
        },
        {
            "id": "8aa0844b-c3f6-440d-9c00-485dd2d9ee85",
            "gambit_id": "01bb69ca-8a63-4fb5-add4-3bdc48a01056",
            "last_updated": "2023-09-06T11:48:30.014877-04:00",
            "created_at": "2023-09-01T23:03:17.838354-04:00",
            "name": "Fulham",
            "reward": "14.37000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e46ec596-c665-4211-a54c-94efce600e7b/?format=api"
        }
    ]
}