GET /api/bet_types/60e93085-6731-4f57-80b1-e5329be21fdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60e93085-6731-4f57-80b1-e5329be21fdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea3c5d4-566f-491b-aea5-3b818d36dc56/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:03.020627-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": "NYY",
                "amount": 5512.0
            },
            {
                "team": "TAM",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a161e523-280e-4d94-b887-7c79ca9042da",
            "gambit_id": "616f86fc-c29a-41ed-9e46-6882235526fb",
            "last_updated": "2023-05-06T11:52:04.025023-04:00",
            "created_at": "2023-05-05T11:47:03.025190-04:00",
            "name": "NYY",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e93085-6731-4f57-80b1-e5329be21fdd/?format=api"
        },
        {
            "id": "3981e6b4-42b2-4daf-8d0e-1e6e2ef42951",
            "gambit_id": "35bcb914-df4e-4115-a900-449b5f842cf7",
            "last_updated": "2023-05-06T11:52:04.023123-04:00",
            "created_at": "2023-05-05T11:47:03.022706-04:00",
            "name": "TAM",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e93085-6731-4f57-80b1-e5329be21fdd/?format=api"
        }
    ]
}