GET /api/bet_types/e34e4105-4a99-488f-989a-501d211644cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e34e4105-4a99-488f-989a-501d211644cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f0c9ddb-1e0f-4845-bb87-a9a55e6a5355/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "SDG",
                "amount": 6326.0
            },
            {
                "team": "PHI",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "0fc4dc60-cc9f-433c-98c4-fee04026a1d0",
            "gambit_id": "2d0f5348-9dbf-468c-9ea3-5f7ec6a16dd9",
            "last_updated": "2022-10-24T10:37:07.503863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34e4105-4a99-488f-989a-501d211644cf/?format=api"
        },
        {
            "id": "5a1b93ca-d527-4ae4-8d8a-89d8a8574701",
            "gambit_id": "7064949f-8c2a-499d-9d25-7f5e5a848526",
            "last_updated": "2022-10-24T10:37:07.502681-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34e4105-4a99-488f-989a-501d211644cf/?format=api"
        }
    ]
}