GET /api/bet_types/92b2846d-3bf3-4caf-aeca-e807fa2da3a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92b2846d-3bf3-4caf-aeca-e807fa2da3a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e7ce031-782f-459d-91cf-41036a10db47/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:21.700515-04: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": "NYM",
                "amount": 6241.0
            },
            {
                "team": "MIL",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e97a34f-599f-427a-9a3e-8b48ed10fcc2",
            "gambit_id": "298b94b4-2c21-4e44-a6fa-abd7c1b37a7a",
            "last_updated": "2023-04-06T11:37:05.904127-04:00",
            "created_at": "2023-04-05T09:22:21.705550-04:00",
            "name": "NYM",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b2846d-3bf3-4caf-aeca-e807fa2da3a4/?format=api"
        },
        {
            "id": "c3e5e4c2-748d-46e8-b65d-629da22b30c8",
            "gambit_id": "f0572af3-dea7-4ec5-b175-af7b0bcd50fb",
            "last_updated": "2023-04-06T11:37:05.901898-04:00",
            "created_at": "2023-04-05T09:22:21.702933-04:00",
            "name": "MIL",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b2846d-3bf3-4caf-aeca-e807fa2da3a4/?format=api"
        }
    ]
}