GET /api/bet_types/f649ef8e-7cba-448e-a993-7d66ce5be135/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f649ef8e-7cba-448e-a993-7d66ce5be135",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1cd6c73-0ef4-4258-8cf1-79d42532fcb6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-18T09:08:19.488907-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": "BOS",
                "amount": 5512.0
            },
            {
                "team": "TEX",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f3f54ab-495f-4b73-9586-22972b82dc68",
            "gambit_id": "0c3a7ea4-d065-43a8-ad15-85ed68e73567",
            "last_updated": "2023-09-20T09:18:05.774737-04:00",
            "created_at": "2023-09-18T09:08:19.494865-04:00",
            "name": "BOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f649ef8e-7cba-448e-a993-7d66ce5be135/?format=api"
        },
        {
            "id": "1ed18a05-76a2-49f4-91c7-499159d44bbe",
            "gambit_id": "bf1012db-00e9-4d42-b6ee-c3c37bd6a51b",
            "last_updated": "2023-09-20T09:18:05.778935-04:00",
            "created_at": "2023-09-18T09:08:19.505264-04:00",
            "name": "TEX",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f649ef8e-7cba-448e-a993-7d66ce5be135/?format=api"
        }
    ]
}