GET /api/bet_types/d2ecbd01-66f5-4fbe-9ff5-5a9a6d58e441/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2ecbd01-66f5-4fbe-9ff5-5a9a6d58e441",
    "match": "https://api-prod.gambitprofit.com/api/matches/53ae765c-c1b3-472b-bf2a-92de2d6cd74b/?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": "Wake Forest",
                "amount": 5000.0
            },
            {
                "team": "Liberty",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "594ff9b0-809d-44c8-adf8-38f6d3675bb8",
            "gambit_id": "12dcbd48-4b18-4875-a708-aa040958a18e",
            "last_updated": "2022-09-18T18:02:28.058189-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2ecbd01-66f5-4fbe-9ff5-5a9a6d58e441/?format=api"
        },
        {
            "id": "af8d09cd-b6d6-4e86-a5f0-7267cfdbed02",
            "gambit_id": "6ecc1133-c11c-46da-8837-c4f070aada2c",
            "last_updated": "2022-09-18T18:02:28.059194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2ecbd01-66f5-4fbe-9ff5-5a9a6d58e441/?format=api"
        }
    ]
}