GET /api/bet_types/e63c8ca4-9f80-41ee-a301-627a4b85540a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e63c8ca4-9f80-41ee-a301-627a4b85540a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a295ce47-f042-4e61-8c02-c646a5c15050/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:07.820417-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": "NYM",
                "amount": 5939.0
            },
            {
                "team": "PHI",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb900162-bd41-4f18-b9b2-201dda0d824b",
            "gambit_id": "617df7bd-f7bd-4453-89e7-69f272720efc",
            "last_updated": "2023-10-01T22:23:27.446104-04:00",
            "created_at": "2023-09-29T09:23:07.836647-04:00",
            "name": "NYM",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e63c8ca4-9f80-41ee-a301-627a4b85540a/?format=api"
        },
        {
            "id": "1dde39dd-500e-499b-b4e4-8c478ed9f8e8",
            "gambit_id": "3a314cb6-5794-4081-ba27-313ef6acafb5",
            "last_updated": "2023-10-01T22:23:27.442647-04:00",
            "created_at": "2023-09-29T09:23:07.825022-04:00",
            "name": "PHI",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e63c8ca4-9f80-41ee-a301-627a4b85540a/?format=api"
        }
    ]
}