GET /api/bet_types/b97dc312-558e-42d5-af54-87e98724d8f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b97dc312-558e-42d5-af54-87e98724d8f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcc59d3c-416f-49c8-8c41-d1f478dd7bed/?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": "SDG",
                "amount": 6482.0
            },
            {
                "team": "ARI",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "606f37ea-2a39-49af-b746-dc2f790d92c9",
            "gambit_id": "ac7cf6fd-d045-44e1-800b-a244c91c4652",
            "last_updated": "2022-09-19T09:27:01.230958-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b97dc312-558e-42d5-af54-87e98724d8f6/?format=api"
        },
        {
            "id": "f12be501-d505-4167-82a2-c93b46d1014b",
            "gambit_id": "eacfdd7e-ca3b-4935-b581-22c17019d9bd",
            "last_updated": "2022-09-19T09:27:01.229965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b97dc312-558e-42d5-af54-87e98724d8f6/?format=api"
        }
    ]
}