GET /api/bet_types/58ffb799-8e29-4dfc-9952-a9443dfee189/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58ffb799-8e29-4dfc-9952-a9443dfee189",
    "match": "https://api-prod.gambitprofit.com/api/matches/81d105c7-326f-4f78-acc4-41fd3b386c4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Wales",
                "amount": 5682.0
            },
            {
                "team": "Draw",
                "amount": 4318.0
            }
        ],
        "expected_reward_tokens": 11874.5,
        "profit_sb": 2874.5,
        "profit_sb_percentage": 31.94,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wales",
                "amount": 4059.0
            },
            {
                "team": "Draw",
                "amount": 3085.0
            },
            {
                "team": "Iran",
                "amount": 2856.0
            }
        ],
        "expected_reward_tokens": 8482.32,
        "profit_sb": -517.68,
        "profit_sb_percentage": -5.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5afd8d1-8d2f-4da6-82ad-48014abe49ae",
            "gambit_id": "a5407a62-9500-4d41-9ae4-b79ba6579999",
            "last_updated": "2022-11-26T12:47:08.977113-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wales",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58ffb799-8e29-4dfc-9952-a9443dfee189/?format=api"
        },
        {
            "id": "e2bce811-5f95-4aa7-9aa1-87c12bc16017",
            "gambit_id": "456eb5d6-0979-49a9-af5d-0d46d66d946b",
            "last_updated": "2022-11-26T12:47:08.978327-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58ffb799-8e29-4dfc-9952-a9443dfee189/?format=api"
        },
        {
            "id": "49ba9d3f-71b1-4df4-9693-29491be2dfdc",
            "gambit_id": "79d4c3d9-8e9a-4483-bda1-05ad7d9f904d",
            "last_updated": "2022-11-26T12:47:08.975863-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iran",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58ffb799-8e29-4dfc-9952-a9443dfee189/?format=api"
        }
    ]
}