GET /api/bet_types/217d1688-b91e-4c18-8f61-f5c31169cca3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "217d1688-b91e-4c18-8f61-f5c31169cca3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a427328c-fa9a-4bf2-b0ec-ef775f3c137c/?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": "COL",
                "amount": 5752.0
            },
            {
                "team": "STL",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "59324825-5821-414a-b6cb-3fffb54c09cb",
            "gambit_id": "8ba59d4c-0740-425c-b626-f84f8bd919e1",
            "last_updated": "2022-08-12T09:52:09.904661-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/217d1688-b91e-4c18-8f61-f5c31169cca3/?format=api"
        },
        {
            "id": "75fecb59-f279-4b02-8293-c52893b960fa",
            "gambit_id": "158bb0e9-06ba-46bb-b327-f8d6a6973ed2",
            "last_updated": "2022-08-12T09:52:09.905195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/217d1688-b91e-4c18-8f61-f5c31169cca3/?format=api"
        }
    ]
}