GET /api/bet_types/737c3527-d3ad-49e1-99c1-f2214c3a2820/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "737c3527-d3ad-49e1-99c1-f2214c3a2820",
    "match": "https://api-prod.gambitprofit.com/api/matches/cec3a247-c8b2-46eb-8437-2a807c67830a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:26.523884-04: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": 5107.0
            },
            {
                "team": "SFO",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "add1621c-d2ba-4975-b6a5-16756ea95f05",
            "gambit_id": "792bac60-88f7-44af-a7f2-b0feabfc760e",
            "last_updated": "2023-09-09T11:18:29.513993-04:00",
            "created_at": "2023-09-08T09:23:26.528694-04:00",
            "name": "COL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737c3527-d3ad-49e1-99c1-f2214c3a2820/?format=api"
        },
        {
            "id": "2de53f58-f3f2-45a9-83b1-b6e50a9f8685",
            "gambit_id": "872990db-f5cd-4c89-ad49-c7cd8f93f3bb",
            "last_updated": "2023-09-09T11:18:29.517324-04:00",
            "created_at": "2023-09-08T09:23:26.532975-04:00",
            "name": "SFO",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737c3527-d3ad-49e1-99c1-f2214c3a2820/?format=api"
        }
    ]
}