GET /api/bet_types/f771bd54-94f2-451b-a026-4ab7ba9d263a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f771bd54-94f2-451b-a026-4ab7ba9d263a",
    "match": "https://api-prod.gambitprofit.com/api/matches/658dd0ba-3cb5-4623-b0d3-7aeb05be5019/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:10.346535-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": "Houston Rockets",
                "amount": 5107.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf7c1763-6f39-404a-aa03-95dd631dab74",
            "gambit_id": "b4cd5501-0489-437c-9008-e6ac4f6a91df",
            "last_updated": "2024-01-11T11:23:08.808382-05:00",
            "created_at": "2024-01-10T09:38:10.351061-05:00",
            "name": "Houston Rockets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f771bd54-94f2-451b-a026-4ab7ba9d263a/?format=api"
        },
        {
            "id": "8c4743b7-9d63-4374-84be-0e62cce7117f",
            "gambit_id": "f8630b64-836a-4d34-b57e-372623b3e0b1",
            "last_updated": "2024-01-11T11:23:08.811776-05:00",
            "created_at": "2024-01-10T09:38:10.354988-05:00",
            "name": "Chicago Bulls",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f771bd54-94f2-451b-a026-4ab7ba9d263a/?format=api"
        }
    ]
}