GET /api/bet_types/de74a473-825d-4a5f-8672-c89b6137ec93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de74a473-825d-4a5f-8672-c89b6137ec93",
    "match": "https://api-prod.gambitprofit.com/api/matches/88ba74df-0485-4c10-970f-33e2b654e4bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-04T09:13:07.284376-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": "MIA",
                "amount": 6010.0
            },
            {
                "team": "PHI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "e66c2ef7-223c-442b-b55c-0d7e3f3f7975",
            "gambit_id": "ee416529-812d-4587-9400-387b50303183",
            "last_updated": "2023-10-05T09:13:22.429894-04:00",
            "created_at": "2023-10-04T09:13:07.292800-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de74a473-825d-4a5f-8672-c89b6137ec93/?format=api"
        },
        {
            "id": "1a406ea1-1d43-4a75-a46d-1153be0743dc",
            "gambit_id": "04f1a644-a0e7-4c94-98e7-01984b06d641",
            "last_updated": "2023-10-05T09:13:22.434799-04:00",
            "created_at": "2023-10-04T09:13:07.296597-04:00",
            "name": "PHI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de74a473-825d-4a5f-8672-c89b6137ec93/?format=api"
        }
    ]
}