GET /api/bet_types/d131d642-e87a-4389-86a9-7a0b85af6f47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d131d642-e87a-4389-86a9-7a0b85af6f47",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3f24396-4c0b-4d49-8431-ed38e54c7f36/?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": "UTEP",
                "amount": 5000.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7067df85-dd4b-4a2a-bb23-20ceac012750",
            "gambit_id": "4d657e95-77ea-44da-ad2b-0e719bbcfe22",
            "last_updated": "2022-10-11T11:22:05.336169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d131d642-e87a-4389-86a9-7a0b85af6f47/?format=api"
        },
        {
            "id": "c44c1b11-e079-4faa-9676-27f7a625bd8b",
            "gambit_id": "764bf274-6f6f-4516-a7d3-b22e42705280",
            "last_updated": "2022-10-11T11:22:05.335210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d131d642-e87a-4389-86a9-7a0b85af6f47/?format=api"
        }
    ]
}