GET /api/bet_types/78ad574f-17d8-4250-bf56-b4b88e9c8d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78ad574f-17d8-4250-bf56-b4b88e9c8d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c713e73-f2d5-4715-8f08-c31ef46640d7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:04.589312-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": "Atlanta Hawks",
                "amount": 6651.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "441568a9-5117-4654-82c0-ca84ec129c3b",
            "gambit_id": "9d1cb233-8af9-4da1-b1a1-beef5701ac5d",
            "last_updated": "2023-12-01T19:08:07.160681-05:00",
            "created_at": "2023-11-30T10:28:04.596369-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ad574f-17d8-4250-bf56-b4b88e9c8d5e/?format=api"
        },
        {
            "id": "60989513-ec38-4747-84af-dd25aa9b213c",
            "gambit_id": "eb2f5498-a619-4e85-855e-4a72590911c8",
            "last_updated": "2023-12-01T19:08:07.164296-05:00",
            "created_at": "2023-11-30T10:28:04.601847-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ad574f-17d8-4250-bf56-b4b88e9c8d5e/?format=api"
        }
    ]
}