GET /api/bet_types/c4054ae4-1ad3-4a43-a7c4-5b665b50d76c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4054ae4-1ad3-4a43-a7c4-5b665b50d76c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d091ed-b055-4af1-a6a3-d548cbc4a3e2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:04.182944-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "719318ce-3928-4572-b07a-e29ea92e056f",
            "gambit_id": "ed9ed3c1-deb6-4751-b92e-dc3eff6f3255",
            "last_updated": "2023-11-15T22:48:00.705274-05:00",
            "created_at": "2023-11-14T09:13:04.191256-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4054ae4-1ad3-4a43-a7c4-5b665b50d76c/?format=api"
        },
        {
            "id": "8ff16b83-1bf1-41be-949a-0b4618684ca5",
            "gambit_id": "b5d38336-f041-4b9c-912d-6e33b672f00d",
            "last_updated": "2023-11-15T22:48:00.701757-05:00",
            "created_at": "2023-11-14T09:13:04.187127-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4054ae4-1ad3-4a43-a7c4-5b665b50d76c/?format=api"
        }
    ]
}