GET /api/bet_types/a8653a67-8479-4a34-ac58-cb252f43fbc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8653a67-8479-4a34-ac58-cb252f43fbc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/57e019d9-6d7c-4e4d-9c79-7f33036fca1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:01.568843-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f03f7f5-45c7-4c9c-93e6-7dfe9b43d00d",
            "gambit_id": "110ddde3-a415-4730-b6f9-02bc364c8b23",
            "last_updated": "2023-11-30T11:23:14.298331-05:00",
            "created_at": "2023-11-29T10:38:01.578266-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8653a67-8479-4a34-ac58-cb252f43fbc8/?format=api"
        },
        {
            "id": "4535a34a-a3da-4d34-b24a-ec4f47ab8d01",
            "gambit_id": "8832f795-95fb-4f87-9157-d2449be293fe",
            "last_updated": "2023-11-30T11:23:14.290380-05:00",
            "created_at": "2023-11-29T10:38:01.573535-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8653a67-8479-4a34-ac58-cb252f43fbc8/?format=api"
        }
    ]
}