GET /api/bet_types/23964835-d9e8-40c0-a1e5-cdcc02285b3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23964835-d9e8-40c0-a1e5-cdcc02285b3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a4b8277-5eb9-4574-bc75-1a246dbe746f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:05.224915-04: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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "604ab699-8e8a-4045-a50c-a3fd75c04e6e",
            "gambit_id": "622202e0-50ba-4ec4-8135-6eef09d639a3",
            "last_updated": "2023-05-06T13:26:53.714012-04:00",
            "created_at": "2023-05-05T11:47:05.226739-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23964835-d9e8-40c0-a1e5-cdcc02285b3d/?format=api"
        },
        {
            "id": "1411d5df-3f85-47e2-8d98-f283e72ccc69",
            "gambit_id": "0350fbe4-1cbc-43e5-801e-154ede354f52",
            "last_updated": "2023-05-06T13:26:53.715933-04:00",
            "created_at": "2023-05-05T11:47:05.228698-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23964835-d9e8-40c0-a1e5-cdcc02285b3d/?format=api"
        }
    ]
}