GET /api/bet_types/cf18de3a-ed3a-455d-bb0f-11c9e6c0b766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf18de3a-ed3a-455d-bb0f-11c9e6c0b766",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cb888a2-5652-43fb-bb4b-526c4583e10a/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "808a3f13-9c2a-44d0-bb10-02676640b623",
            "gambit_id": "0ecbfa2f-cf74-42f9-ae4b-9658a0e8c61d",
            "last_updated": "2022-10-24T10:07:09.848693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf18de3a-ed3a-455d-bb0f-11c9e6c0b766/?format=api"
        },
        {
            "id": "28034fbf-aa95-4c67-8205-5f2e50793dc4",
            "gambit_id": "9c3e185d-ff2c-41be-9640-a00e0b140bab",
            "last_updated": "2022-10-24T10:07:09.847709-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf18de3a-ed3a-455d-bb0f-11c9e6c0b766/?format=api"
        }
    ]
}