GET /api/bet_types/7b2eee00-411b-46fa-8c1e-2b7f841ab8bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b2eee00-411b-46fa-8c1e-2b7f841ab8bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb951eab-1c61-4051-ac2b-adbae36d527a/?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": "SEA",
                "amount": 5760.0
            },
            {
                "team": "ATL",
                "amount": 4240.0
            }
        ],
        "expected_reward_tokens": 9158.4,
        "profit_sb": 158.4,
        "profit_sb_percentage": 1.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6197c27-0653-46ad-9618-936fc7fa0ebe",
            "gambit_id": "3c931ca9-7848-4441-9b03-a8c0a8d2751b",
            "last_updated": "2022-09-12T10:47:17.415352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2eee00-411b-46fa-8c1e-2b7f841ab8bc/?format=api"
        },
        {
            "id": "c3638c19-e664-4769-8212-0f35326ed651",
            "gambit_id": "af612f17-db76-411e-a5de-af7fcbc615a9",
            "last_updated": "2022-09-12T10:47:17.416331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2eee00-411b-46fa-8c1e-2b7f841ab8bc/?format=api"
        }
    ]
}