GET /api/bet_types/b3bdfbfd-0e37-4955-9a6f-2df03ece16ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3bdfbfd-0e37-4955-9a6f-2df03ece16ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb973bb7-7872-449a-98f8-9bd5f9b6270c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-21T09:33:15.941812-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": "Anaheim Ducks",
                "amount": 5512.0
            },
            {
                "team": "New York Rangers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a922747a-37ab-4016-b043-50cd8228cadb",
            "gambit_id": "19951094-b576-4093-b62d-76295705a0af",
            "last_updated": "2024-01-23T18:52:56.673160-05:00",
            "created_at": "2024-01-21T09:33:15.949587-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3bdfbfd-0e37-4955-9a6f-2df03ece16ff/?format=api"
        },
        {
            "id": "9521a698-179f-4eb1-af4e-6bc37fa2d998",
            "gambit_id": "06e0a18f-7401-4269-bfdc-7e210412e0b8",
            "last_updated": "2024-01-23T18:52:56.669652-05:00",
            "created_at": "2024-01-21T09:33:15.945702-05:00",
            "name": "New York Rangers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3bdfbfd-0e37-4955-9a6f-2df03ece16ff/?format=api"
        }
    ]
}