GET /api/bet_types/8e8fef16-20f9-468c-8d27-e02eba9e1ad8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e8fef16-20f9-468c-8d27-e02eba9e1ad8",
    "match": "https://api-prod.gambitprofit.com/api/matches/42d6ed3a-5da6-4472-ab62-b110655af126/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-03T11:22:13.441970-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": 5784.0
            },
            {
                "team": "TOR",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "3974fc74-f8a1-4620-91ec-925f8d60ccde",
            "gambit_id": "d0bdf92d-779a-45cd-ad0a-ba070b94f372",
            "last_updated": "2023-06-05T10:57:19.508100-04:00",
            "created_at": "2023-06-03T11:22:13.447545-04:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e8fef16-20f9-468c-8d27-e02eba9e1ad8/?format=api"
        },
        {
            "id": "56bbb6e9-9b08-4568-ad2e-f906c5795090",
            "gambit_id": "56b262ff-81d5-44cb-91cd-da30b37c6cfd",
            "last_updated": "2023-06-05T10:57:19.505494-04:00",
            "created_at": "2023-06-03T11:22:13.444862-04:00",
            "name": "TOR",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e8fef16-20f9-468c-8d27-e02eba9e1ad8/?format=api"
        }
    ]
}