GET /api/bet_types/22b6bc00-64b2-4c54-8fcb-b0bc4a196942/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22b6bc00-64b2-4c54-8fcb-b0bc4a196942",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0c324c5-9864-41ee-acb3-04b06128d330/?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": "New York Islanders",
                "amount": 6166.0
            },
            {
                "team": "New York Rangers",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "d16f4adc-6a33-4524-aaa1-005b577f8451",
            "gambit_id": "f8f01952-0e47-4175-a44b-393d5cd0d4da",
            "last_updated": "2022-12-23T12:02:15.268588-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22b6bc00-64b2-4c54-8fcb-b0bc4a196942/?format=api"
        },
        {
            "id": "e1b0f74f-619d-47a9-b8d4-dde76e87f952",
            "gambit_id": "ac5c1808-a36e-4eee-9559-42d9db5a090d",
            "last_updated": "2022-12-23T12:02:15.267477-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22b6bc00-64b2-4c54-8fcb-b0bc4a196942/?format=api"
        }
    ]
}