GET /api/bet_types/96575e20-ac59-4272-9bb0-e257450ac9c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96575e20-ac59-4272-9bb0-e257450ac9c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/646dab0b-e1dc-4438-85c5-f832530f0100/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:11.688492-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": 6308.0
            },
            {
                "team": "PHI",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e7cdd64-2d45-41e1-9795-d46cfbe5a8ab",
            "gambit_id": "1fcc0650-7af4-4f6d-87f3-9f3937eff0af",
            "last_updated": "2023-06-26T10:18:03.433710-04:00",
            "created_at": "2023-06-23T09:28:11.690578-04:00",
            "name": "NYM",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96575e20-ac59-4272-9bb0-e257450ac9c2/?format=api"
        },
        {
            "id": "d7cb5429-7e17-462a-84f5-22514c718334",
            "gambit_id": "ca5ab1c3-92c0-4877-ba7f-d6fd4f9ec6d9",
            "last_updated": "2023-06-26T10:18:03.436547-04:00",
            "created_at": "2023-06-23T09:28:11.692274-04:00",
            "name": "PHI",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96575e20-ac59-4272-9bb0-e257450ac9c2/?format=api"
        }
    ]
}