GET /api/bet_types/ab085f3b-551d-45b5-a648-fcc6b16db8d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab085f3b-551d-45b5-a648-fcc6b16db8d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/48f38027-4af7-4cdc-9b5e-4223a9a87cde/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:10.893811-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e55390dd-9010-4442-95b7-3ca3a8627831",
            "gambit_id": "39fa9cb0-5f6b-41be-ab1a-7ad39c345691",
            "last_updated": "2023-01-17T11:02:05.307068-05:00",
            "created_at": "2023-01-16T09:52:10.895883-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab085f3b-551d-45b5-a648-fcc6b16db8d3/?format=api"
        },
        {
            "id": "b1a86b95-3260-4268-8ee7-1fee7c0fc802",
            "gambit_id": "9ccdee88-6d4e-4223-a404-272b3227e6b3",
            "last_updated": "2023-01-17T11:02:05.308222-05:00",
            "created_at": "2023-01-16T09:52:10.898340-05:00",
            "name": "Toronto Raptors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab085f3b-551d-45b5-a648-fcc6b16db8d3/?format=api"
        }
    ]
}