GET /api/bet_types/99f8f3eb-7e77-41e5-b582-2657dff61766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99f8f3eb-7e77-41e5-b582-2657dff61766",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eded3d5-c87a-42a7-b7e3-70137f8c3198/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:58.027856-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "49eececd-6a21-4530-96d9-c1eed24b82ea",
            "gambit_id": "28f02761-d5e3-44cd-a3c1-ca023ef999c2",
            "last_updated": "2024-02-06T09:28:14.492920-05:00",
            "created_at": "2024-02-04T10:42:58.031952-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f8f3eb-7e77-41e5-b582-2657dff61766/?format=api"
        },
        {
            "id": "38e790c3-8766-4f03-b627-01a3ae31852f",
            "gambit_id": "7460626b-3207-40b4-9bfd-41f08134ecf6",
            "last_updated": "2024-02-06T09:28:14.496321-05:00",
            "created_at": "2024-02-04T10:42:58.036406-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f8f3eb-7e77-41e5-b582-2657dff61766/?format=api"
        }
    ]
}