GET /api/bet_types/14ef5dea-0b02-4ab2-9479-ee9b7d48832f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14ef5dea-0b02-4ab2-9479-ee9b7d48832f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13dbe04-f9b5-4bf7-a11d-82d03ea420cf/?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": "Philadelphia Flyers",
                "amount": 5696.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb85c0fe-efd6-45a7-85f9-1469c2956ea5",
            "gambit_id": "76664883-e73c-4b5a-8781-bd65c15f9c59",
            "last_updated": "2022-10-24T10:12:08.601300-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ef5dea-0b02-4ab2-9479-ee9b7d48832f/?format=api"
        },
        {
            "id": "267c1429-0e04-4e41-9722-f6be9415bf55",
            "gambit_id": "e3a584a7-4941-4a60-be12-85f352833c8b",
            "last_updated": "2022-10-24T10:12:08.602426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ef5dea-0b02-4ab2-9479-ee9b7d48832f/?format=api"
        }
    ]
}