GET /api/bet_types/f916161a-0c9d-42af-a3ac-6af2c1c78b32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f916161a-0c9d-42af-a3ac-6af2c1c78b32",
    "match": "https://api-prod.gambitprofit.com/api/matches/f297aee3-967c-45f3-87b5-4f8b9d824b96/?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": "HOU",
                "amount": 5312.0
            },
            {
                "team": "TEX",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "525c9066-8a4f-4648-be48-9e5cda6c7244",
            "gambit_id": "9b382656-4a2a-46be-9907-86525b2e50ea",
            "last_updated": "2022-08-12T09:52:09.761260-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f916161a-0c9d-42af-a3ac-6af2c1c78b32/?format=api"
        },
        {
            "id": "6ab3ca0c-84da-4e4b-bd9b-9c3014d3ba38",
            "gambit_id": "cf2ef821-befe-4e0c-8ea3-b422a2cb5837",
            "last_updated": "2022-08-12T09:52:09.760895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f916161a-0c9d-42af-a3ac-6af2c1c78b32/?format=api"
        }
    ]
}