GET /api/bet_types/e965a2b7-ff13-456e-bf82-2f69d1f72af2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e965a2b7-ff13-456e-bf82-2f69d1f72af2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eb1f33d-4c3d-4f41-9df4-bd7fde7b6a69/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T09:58:15.284095-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": "Miami Dolphins",
                "amount": 5107.0
            },
            {
                "team": "Denver Broncos",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2440b84-e676-4dbf-bc0e-51d59e990e69",
            "gambit_id": "0465b53e-2586-4cdf-831f-3c1d8878b8c2",
            "last_updated": "2023-09-26T09:13:04.142645-04:00",
            "created_at": "2023-09-20T09:58:15.308154-04:00",
            "name": "Miami Dolphins",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e965a2b7-ff13-456e-bf82-2f69d1f72af2/?format=api"
        },
        {
            "id": "479bc0e9-fded-40ab-af10-4c3bd44106f5",
            "gambit_id": "94331de7-3fa8-4407-a54f-ff26ab1c7282",
            "last_updated": "2023-09-26T09:13:04.139145-04:00",
            "created_at": "2023-09-20T09:58:15.288464-04:00",
            "name": "Denver Broncos",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e965a2b7-ff13-456e-bf82-2f69d1f72af2/?format=api"
        }
    ]
}