GET /api/bet_types/1c035a5f-b8aa-46c4-aac6-5d706fdfab18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c035a5f-b8aa-46c4-aac6-5d706fdfab18",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fc95f55-9af8-4ecf-8680-31b711a85e98/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:04.318285-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 5307.0
            },
            {
                "team": "Everton",
                "amount": 4693.0
            }
        ],
        "expected_reward_tokens": 13373.64,
        "profit_sb": 3873.64,
        "profit_sb_percentage": 40.78,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 3652.0
            },
            {
                "team": "Everton",
                "amount": 3229.0
            },
            {
                "team": "Draw",
                "amount": 3119.0
            }
        ],
        "expected_reward_tokens": 9201.05,
        "profit_sb": -298.95,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "97c8738f-54bb-44d3-97a7-6a6e054ee691",
            "gambit_id": "27a84e2c-5a38-4a7b-88cc-7047545f4665",
            "last_updated": "2023-11-13T15:18:31.548706-05:00",
            "created_at": "2023-11-11T08:53:04.328025-05:00",
            "name": "Crystal Palace",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c035a5f-b8aa-46c4-aac6-5d706fdfab18/?format=api"
        },
        {
            "id": "e222e41c-343e-464a-bdc4-aa0ed184f9d7",
            "gambit_id": "3dbbef66-fd6f-4302-b67a-24e115a042e6",
            "last_updated": "2023-11-13T15:18:31.545050-05:00",
            "created_at": "2023-11-11T08:53:04.322481-05:00",
            "name": "Everton",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c035a5f-b8aa-46c4-aac6-5d706fdfab18/?format=api"
        },
        {
            "id": "a452b5be-92e6-444e-8dc3-ee7313e3c552",
            "gambit_id": "9348e84e-5073-4f34-97fe-c42d478eda8a",
            "last_updated": "2023-11-13T15:18:31.551888-05:00",
            "created_at": "2023-11-11T08:53:04.332849-05:00",
            "name": "Draw",
            "reward": "2.95000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c035a5f-b8aa-46c4-aac6-5d706fdfab18/?format=api"
        }
    ]
}