GET /api/bet_types/b43f0688-e51a-410a-9f0a-8f43cefe1d8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b43f0688-e51a-410a-9f0a-8f43cefe1d8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/54d383eb-cc8c-4412-96d0-3744b3fed5d9/?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": "Atlanta Hawks",
                "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": "ed327975-5545-46d9-833b-f6564f98205e",
            "gambit_id": "7a6404f2-9ef2-4dbe-ae78-aacd63d472b3",
            "last_updated": "2022-10-22T09:22:27.064279-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b43f0688-e51a-410a-9f0a-8f43cefe1d8d/?format=api"
        },
        {
            "id": "94ce7568-9e4e-4277-9147-9a1da12360e9",
            "gambit_id": "37418395-a325-43ee-b731-9e12d20260d3",
            "last_updated": "2022-10-22T09:22:27.065268-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b43f0688-e51a-410a-9f0a-8f43cefe1d8d/?format=api"
        }
    ]
}