GET /api/bet_types/6f8d8fd5-e05a-470d-aee3-dd00b417b7f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f8d8fd5-e05a-470d-aee3-dd00b417b7f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b35d4b-72b6-429b-b1b9-b6e13f007559/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:23.110026-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": "Buffalo Sabres",
                "amount": 6010.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "df5217c8-2c68-44b5-aaf8-997f66659d8d",
            "gambit_id": "29d6f49d-cce0-4cdd-8613-da018cde1509",
            "last_updated": "2024-01-24T22:28:18.239574-05:00",
            "created_at": "2024-01-23T09:43:23.122799-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8d8fd5-e05a-470d-aee3-dd00b417b7f3/?format=api"
        },
        {
            "id": "e561d2a8-96b9-465a-be0a-f80d300996a8",
            "gambit_id": "41457e4c-73f5-44c9-b20f-6109eb4f57b3",
            "last_updated": "2024-01-24T22:28:18.242720-05:00",
            "created_at": "2024-01-23T09:43:23.130510-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8d8fd5-e05a-470d-aee3-dd00b417b7f3/?format=api"
        }
    ]
}