GET /api/bet_types/b30e1b1a-7982-40e2-a5f1-5bfa6a00cda6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b30e1b1a-7982-40e2-a5f1-5bfa6a00cda6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae0a1030-24fd-4a08-b1d6-6d836add8b96/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-29T08:08:06.787671-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": "LAA",
                "amount": 6232.0
            },
            {
                "team": "TOR",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "6feb76f4-5023-4e63-b09d-de280a193d2d",
            "gambit_id": "17b1dd7c-ee56-4f83-9660-a85dc67b4b6b",
            "last_updated": "2023-07-31T13:08:20.529222-04:00",
            "created_at": "2023-07-29T08:08:06.791634-04:00",
            "name": "LAA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30e1b1a-7982-40e2-a5f1-5bfa6a00cda6/?format=api"
        },
        {
            "id": "a988c0ba-9e12-4f9a-a8b9-1fbfd9f7974f",
            "gambit_id": "9542b43e-313a-4c61-a066-1b48efc46761",
            "last_updated": "2023-07-31T13:08:20.533014-04:00",
            "created_at": "2023-07-29T08:08:06.796004-04:00",
            "name": "TOR",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30e1b1a-7982-40e2-a5f1-5bfa6a00cda6/?format=api"
        }
    ]
}