GET /api/bet_types/0ce8bf00-51e6-4221-95c5-7edf2095b21b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ce8bf00-51e6-4221-95c5-7edf2095b21b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c71357e-f1e0-4be7-9824-4882a397121c/?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": "TEX",
                "amount": 6128.0
            },
            {
                "team": "BOS",
                "amount": 3872.0
            }
        ],
        "expected_reward_tokens": 9253.28,
        "profit_sb": 253.28,
        "profit_sb_percentage": 2.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c104971-d55a-4034-9fe9-b37b401f0b13",
            "gambit_id": "73b25007-977c-4cc7-b20d-39f6ff6d9eaf",
            "last_updated": "2022-12-24T17:12:08.154086-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ce8bf00-51e6-4221-95c5-7edf2095b21b/?format=api"
        },
        {
            "id": "e518735c-cba4-421a-a7ad-9186a805651f",
            "gambit_id": "365e886e-6450-43bb-b502-c5da0bbabe40",
            "last_updated": "2022-12-24T17:12:08.152945-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.39000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ce8bf00-51e6-4221-95c5-7edf2095b21b/?format=api"
        }
    ]
}