GET /api/bet_types/2db29f44-3f6e-4c6c-a63c-53e7949a97d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db29f44-3f6e-4c6c-a63c-53e7949a97d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a92b63e0-2eae-49da-9cc7-c36f612059cf/?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": "CWS",
                "amount": 5000.0
            },
            {
                "team": "TEX",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "d76c1c63-bf5f-4825-91e4-cd92b60b6187",
            "gambit_id": "e7846f2b-d63d-4c33-aedf-2f939c02b1bc",
            "last_updated": "2022-08-06T10:52:04.808486-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db29f44-3f6e-4c6c-a63c-53e7949a97d0/?format=api"
        },
        {
            "id": "229fb875-8e4e-42e8-8d9b-7e3bfd85c58c",
            "gambit_id": "eced60ee-b9ff-4baf-b853-36de3f942633",
            "last_updated": "2022-08-06T10:52:04.807977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db29f44-3f6e-4c6c-a63c-53e7949a97d0/?format=api"
        }
    ]
}