GET /api/bet_types/7e0759ec-b367-4631-9bb6-9a5a85b46931/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e0759ec-b367-4631-9bb6-9a5a85b46931",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3e1e430-2267-42f2-89d4-810bcb70c80d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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 Jets",
                "amount": 5000.0
            },
            {
                "team": "Detroit Lions",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ce2b146-8776-46ed-8681-3bd6c4f09803",
            "gambit_id": "2b5d80ed-9992-49fa-b48c-e3cce2d86457",
            "last_updated": "2022-12-19T13:37:02.494356-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0759ec-b367-4631-9bb6-9a5a85b46931/?format=api"
        },
        {
            "id": "88fe8d01-fbec-4318-85a0-47757194fa7a",
            "gambit_id": "8c534ed1-1ea0-4896-9acd-c73eeec9fc25",
            "last_updated": "2022-12-19T13:37:02.495547-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0759ec-b367-4631-9bb6-9a5a85b46931/?format=api"
        }
    ]
}