GET /api/bet_types/3fa66c5f-2f66-42f4-a920-73fa9e46a383/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fa66c5f-2f66-42f4-a920-73fa9e46a383",
    "match": "https://api-prod.gambitprofit.com/api/matches/12a03fab-dcc3-42f1-bfcf-582f171295d8/?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 Knicks",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb651a4b-e836-43de-9140-6d4282002327",
            "gambit_id": "6c0d68ca-35ba-4474-a53d-b2a39df633f9",
            "last_updated": "2022-10-25T10:07:45.950984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fa66c5f-2f66-42f4-a920-73fa9e46a383/?format=api"
        },
        {
            "id": "ea19f70f-0913-40b7-b1e6-c14f3f3155ba",
            "gambit_id": "5ce92b15-9c8a-4b40-98b6-cce248230e83",
            "last_updated": "2022-10-25T10:07:45.951970-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fa66c5f-2f66-42f4-a920-73fa9e46a383/?format=api"
        }
    ]
}