GET /api/bet_types/4f403177-da22-47d0-985c-95031c360565/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f403177-da22-47d0-985c-95031c360565",
    "match": "https://api-prod.gambitprofit.com/api/matches/890927b0-c13a-441f-809f-f647af12e332/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T08:47:01.894792-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": 7350.0
            },
            {
                "team": "Draw",
                "amount": 2650.0
            }
        ],
        "expected_reward_tokens": 11024.0,
        "profit_sb": 1524.0,
        "profit_sb_percentage": 16.04,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6124.0
            },
            {
                "team": "Draw",
                "amount": 2208.0
            },
            {
                "team": "Leeds United",
                "amount": 1667.0
            }
        ],
        "expected_reward_tokens": 9185.17,
        "profit_sb": -314.83,
        "profit_sb_percentage": -3.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2cbb153-73d3-45ea-8787-54137bda988a",
            "gambit_id": "7bb4a29f-f6bd-4a37-96c0-e6624c22eadb",
            "last_updated": "2023-02-09T11:12:05.705719-05:00",
            "created_at": "2023-02-06T08:47:01.897466-05:00",
            "name": "Manchester United",
            "reward": "1.50000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f403177-da22-47d0-985c-95031c360565/?format=api"
        },
        {
            "id": "3b523862-7e4b-479b-af1f-729796e118b2",
            "gambit_id": "2e34ebba-5b0d-4ffe-a015-872ac7c7eea1",
            "last_updated": "2023-02-09T11:12:05.706894-05:00",
            "created_at": "2023-02-06T08:47:01.898858-05:00",
            "name": "Draw",
            "reward": "4.16000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f403177-da22-47d0-985c-95031c360565/?format=api"
        },
        {
            "id": "1971b4db-a16f-42ac-812f-da61ef5f85e4",
            "gambit_id": "e839ff53-4f94-4456-b23e-a125a8629d63",
            "last_updated": "2023-02-09T11:12:05.704543-05:00",
            "created_at": "2023-02-06T08:47:01.896010-05:00",
            "name": "Leeds United",
            "reward": "5.51000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f403177-da22-47d0-985c-95031c360565/?format=api"
        }
    ]
}