GET /api/bet_types/4c5f3712-72fa-45e4-b6f1-003d886a50f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c5f3712-72fa-45e4-b6f1-003d886a50f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e7900f1-7d22-4c32-9f42-b4b87ff1ea29/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:37:23.388806-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Utah Jazz",
                "amount": 6524.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3476.0
            }
        ],
        "expected_reward_tokens": 9002.84,
        "profit_sb": 2.84,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "49188a0b-e555-4980-9f6f-0dd3e0d67bc7",
            "gambit_id": "27fe5f55-7f1a-48cf-b396-e2dab3bd1b08",
            "last_updated": "2023-01-14T11:01:54.833424-05:00",
            "created_at": "2023-01-13T09:37:23.390044-05:00",
            "name": "Utah Jazz",
            "reward": "1.38000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c5f3712-72fa-45e4-b6f1-003d886a50f5/?format=api"
        },
        {
            "id": "5160a140-f9b4-42f9-9f9c-91a0c9f8853c",
            "gambit_id": "65985234-2c91-42be-8c5a-9e614a589b12",
            "last_updated": "2023-01-14T11:01:54.836601-05:00",
            "created_at": "2023-01-13T09:37:23.391350-05:00",
            "name": "Orlando Magic",
            "reward": "2.59000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c5f3712-72fa-45e4-b6f1-003d886a50f5/?format=api"
        }
    ]
}