GET /api/bet_types/b0799a78-1658-4797-82f4-32764bad2de0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0799a78-1658-4797-82f4-32764bad2de0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d22b0e7-32c5-44a8-bd43-c271ec47bd6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:23.019372-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": "Sacramento Kings",
                "amount": 7429.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "16a68ebf-7d6a-40e7-b0a9-013c1215b149",
            "gambit_id": "bfcdefa0-d4ec-48b5-80c9-6c670085b341",
            "last_updated": "2024-01-19T20:38:13.593421-05:00",
            "created_at": "2024-01-18T10:18:23.029503-05:00",
            "name": "Sacramento Kings",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0799a78-1658-4797-82f4-32764bad2de0/?format=api"
        },
        {
            "id": "2c2cb313-2385-4099-af8e-8f1aca9c202c",
            "gambit_id": "adb45392-f49f-4f27-9beb-3afb6445e71d",
            "last_updated": "2024-01-19T20:38:13.590102-05:00",
            "created_at": "2024-01-18T10:18:23.023415-05:00",
            "name": "Indiana Pacers",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0799a78-1658-4797-82f4-32764bad2de0/?format=api"
        }
    ]
}