GET /api/bet_types/65ef2e8b-f948-4dbd-a17b-e53dc6dbf800/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65ef2e8b-f948-4dbd-a17b-e53dc6dbf800",
    "match": "https://api-prod.gambitprofit.com/api/matches/143b46de-23f4-48cb-a3ce-de772e4dc3ae/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 5106.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "9876ac6f-f881-406d-86a4-d3e445fd49b2",
            "gambit_id": "9ec4dcfc-0104-45a8-8265-5ec6d8f9d880",
            "last_updated": "2022-10-20T09:37:00.921215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ef2e8b-f948-4dbd-a17b-e53dc6dbf800/?format=api"
        },
        {
            "id": "87f78e87-b7ed-43f6-bb7b-ba5c6415e55f",
            "gambit_id": "f7c1a938-f573-4280-bcbb-9e44715a7e98",
            "last_updated": "2022-10-20T09:37:00.922190-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ef2e8b-f948-4dbd-a17b-e53dc6dbf800/?format=api"
        }
    ]
}