GET /api/bet_types/56e7fa1b-9bf6-4b56-a78a-33fec03e8674/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56e7fa1b-9bf6-4b56-a78a-33fec03e8674",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f88816b-2b15-4ae9-b50d-95e4a1914c10/?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": "OAK",
                "amount": 5588.0
            },
            {
                "team": "TEX",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b64e75f-4067-44b1-81db-aec0ff4b83eb",
            "gambit_id": "0826f260-fefc-4ff6-b1f7-87eca42ab0fa",
            "last_updated": "2022-08-18T10:31:48.439280-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56e7fa1b-9bf6-4b56-a78a-33fec03e8674/?format=api"
        },
        {
            "id": "985344a9-2297-4399-a6f0-29ea27f1a569",
            "gambit_id": "01e1af57-c350-45ca-b887-f1027f385a8c",
            "last_updated": "2022-08-18T10:31:48.438890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56e7fa1b-9bf6-4b56-a78a-33fec03e8674/?format=api"
        }
    ]
}