GET /api/bet_types/f0457341-fe76-400c-9d7e-8c5256cc5c59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0457341-fe76-400c-9d7e-8c5256cc5c59",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4278688-2a7e-4ed8-8de6-cde1abff54f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:24.343651-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": "1fc869d4-89e6-4b87-b2b9-cc2c284a58c0",
            "gambit_id": "67f52b77-b269-487e-a198-6d5c463d4140",
            "last_updated": "2023-09-09T11:28:27.639851-04:00",
            "created_at": "2023-09-08T09:23:24.347014-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0457341-fe76-400c-9d7e-8c5256cc5c59/?format=api"
        },
        {
            "id": "f72187a5-cbff-42fd-be5f-eaa0c1177baf",
            "gambit_id": "1e9faafc-d902-46ed-8013-786365887f32",
            "last_updated": "2023-09-09T11:28:27.643155-04:00",
            "created_at": "2023-09-08T09:23:24.351128-04:00",
            "name": "PHI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0457341-fe76-400c-9d7e-8c5256cc5c59/?format=api"
        }
    ]
}