GET /api/bet_types/5f1bbcd9-726e-4997-b443-4215620bf74c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f1bbcd9-726e-4997-b443-4215620bf74c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9771421c-6e85-4497-9e24-d2d1b47cf674/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:06.372445-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": "TOR",
                "amount": 6163.0
            },
            {
                "team": "NYM",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "02902aaf-123e-4147-943c-a8498be6551d",
            "gambit_id": "40e998a3-6762-42fc-b38c-b85c33dc50e2",
            "last_updated": "2023-06-04T13:22:19.315335-04:00",
            "created_at": "2023-06-02T10:32:06.374768-04:00",
            "name": "TOR",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f1bbcd9-726e-4997-b443-4215620bf74c/?format=api"
        },
        {
            "id": "8bb6d020-83da-4b40-b4ce-550e5c42c08c",
            "gambit_id": "751c5c3f-bfc6-40fb-8fac-8fafdcf6ab3a",
            "last_updated": "2023-06-04T13:22:19.317548-04:00",
            "created_at": "2023-06-02T10:32:06.377654-04:00",
            "name": "NYM",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f1bbcd9-726e-4997-b443-4215620bf74c/?format=api"
        }
    ]
}