GET /api/bet_types/e37bea05-a5eb-46ac-9c94-c3650356e68b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e37bea05-a5eb-46ac-9c94-c3650356e68b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4ca6a7d-426e-4b9f-9d3b-04ac954a1793/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:08.142298-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": "LOS",
                "amount": 5784.0
            },
            {
                "team": "NYM",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d010410-a52d-4151-8eea-b3aa4ceb4353",
            "gambit_id": "247f9fc6-6503-4dd5-998c-d08c9547cf77",
            "last_updated": "2023-04-20T11:42:18.210245-04:00",
            "created_at": "2023-04-19T12:17:08.143851-04:00",
            "name": "LOS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37bea05-a5eb-46ac-9c94-c3650356e68b/?format=api"
        },
        {
            "id": "cd31a67c-c06c-4b5f-b93e-d9814b9cbc1e",
            "gambit_id": "8d2ce610-054f-45c4-b93e-6eaf5512bf1b",
            "last_updated": "2023-04-20T11:42:18.212218-04:00",
            "created_at": "2023-04-19T12:17:08.145441-04:00",
            "name": "NYM",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37bea05-a5eb-46ac-9c94-c3650356e68b/?format=api"
        }
    ]
}