GET /api/bet_types/a43da6ac-7249-4178-999e-dd973d4ceab7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a43da6ac-7249-4178-999e-dd973d4ceab7",
    "match": "https://api-prod.gambitprofit.com/api/matches/51aac18e-6680-4ebf-aabd-c10c0b280bc8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T09:23:14.093422-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": "KAN",
                "amount": 5319.0
            },
            {
                "team": "HOU",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea6633dc-dd57-411b-8f74-cc6723ebbe2a",
            "gambit_id": "c2e0921e-af52-4d14-bd15-4da9cf67903e",
            "last_updated": "2023-09-18T09:03:30.416563-04:00",
            "created_at": "2023-09-16T09:23:14.109150-04:00",
            "name": "KAN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a43da6ac-7249-4178-999e-dd973d4ceab7/?format=api"
        },
        {
            "id": "3664673f-a8f1-476a-a72f-fbf586e84891",
            "gambit_id": "46847892-bd3e-49c0-a6bd-fa864d476a7c",
            "last_updated": "2023-09-18T09:03:30.410983-04:00",
            "created_at": "2023-09-16T09:23:14.097205-04:00",
            "name": "HOU",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a43da6ac-7249-4178-999e-dd973d4ceab7/?format=api"
        }
    ]
}