GET /api/bet_types/d93e8586-3a71-4c24-9b2b-8a34cc3b9566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d93e8586-3a71-4c24-9b2b-8a34cc3b9566",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b35b71f-c5e5-4362-8395-3f26fd1a1c55/?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": "PHI",
                "amount": 6244.0
            },
            {
                "team": "ATL",
                "amount": 3756.0
            }
        ],
        "expected_reward_tokens": 9615.36,
        "profit_sb": 115.36,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3e6e185-9901-4a5a-bd15-1918f910162d",
            "gambit_id": "125b879b-1598-44b1-a5bc-95879869105d",
            "last_updated": "2022-10-13T09:32:13.868195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d93e8586-3a71-4c24-9b2b-8a34cc3b9566/?format=api"
        },
        {
            "id": "a904536e-8913-4d1a-bd0f-46b893b72036",
            "gambit_id": "46e4f29b-d558-4013-ae3d-2f094dbfa6d3",
            "last_updated": "2022-10-13T09:32:13.866960-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.56000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d93e8586-3a71-4c24-9b2b-8a34cc3b9566/?format=api"
        }
    ]
}