GET /api/bet_types/3f0ac4e1-b730-47e2-a7d7-6b9c83fb1c9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f0ac4e1-b730-47e2-a7d7-6b9c83fb1c9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/49bfbb7d-5a45-4b14-b1b7-a6c4fc0db86c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:04.956667-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6494.0
            },
            {
                "team": "Leeds United",
                "amount": 3506.0
            }
        ],
        "expected_reward_tokens": 12338.6,
        "profit_sb": 2838.6,
        "profit_sb_percentage": 29.88,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4840.0
            },
            {
                "team": "Leeds United",
                "amount": 2613.0
            },
            {
                "team": "Draw",
                "amount": 2547.0
            }
        ],
        "expected_reward_tokens": 9194.67,
        "profit_sb": -305.33,
        "profit_sb_percentage": -3.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "e55e61a5-1fba-45b4-bbe6-732adb1c6588",
            "gambit_id": "1a375f0f-0936-467a-b808-a59ece4d98a5",
            "last_updated": "2023-02-13T10:02:15.292797-05:00",
            "created_at": "2023-02-09T11:12:04.960730-05:00",
            "name": "Manchester United",
            "reward": "1.90000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f0ac4e1-b730-47e2-a7d7-6b9c83fb1c9b/?format=api"
        },
        {
            "id": "2271adfd-4e97-4572-8555-d89df2b023da",
            "gambit_id": "e04d8388-f023-4fe0-b21a-2d34d7958b5f",
            "last_updated": "2023-02-13T10:02:15.291522-05:00",
            "created_at": "2023-02-09T11:12:04.959414-05:00",
            "name": "Leeds United",
            "reward": "3.52000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f0ac4e1-b730-47e2-a7d7-6b9c83fb1c9b/?format=api"
        },
        {
            "id": "d5d65b0c-8564-4fbe-a8f3-c0c1315b8a92",
            "gambit_id": "2eb5c1df-c8d7-44cc-976f-02b32fd6aeee",
            "last_updated": "2023-02-13T10:02:15.290086-05:00",
            "created_at": "2023-02-09T11:12:04.958028-05:00",
            "name": "Draw",
            "reward": "3.61000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f0ac4e1-b730-47e2-a7d7-6b9c83fb1c9b/?format=api"
        }
    ]
}