GET /api/bet_types/22e7e349-7164-4943-95cb-c43a808c81da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22e7e349-7164-4943-95cb-c43a808c81da",
    "match": "https://api-prod.gambitprofit.com/api/matches/7694696a-03ba-4a14-953b-1d20944e1f13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T08:28:02.033504-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": "CHC",
                "amount": 6390.0
            },
            {
                "team": "NYM",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "be468316-2ce5-407d-a531-266928963a75",
            "gambit_id": "e71ae130-767a-473f-a728-13c934b78420",
            "last_updated": "2023-08-09T10:43:17.598448-04:00",
            "created_at": "2023-08-07T08:28:02.039262-04:00",
            "name": "CHC",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22e7e349-7164-4943-95cb-c43a808c81da/?format=api"
        },
        {
            "id": "50246cb6-aef8-489f-8509-92ef7f8f1bef",
            "gambit_id": "6ac67142-886e-40e9-8210-17f8449900db",
            "last_updated": "2023-08-09T10:43:17.602500-04:00",
            "created_at": "2023-08-07T08:28:02.045380-04:00",
            "name": "NYM",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22e7e349-7164-4943-95cb-c43a808c81da/?format=api"
        }
    ]
}