GET /api/bet_types/6cd83a29-287a-4988-96c8-1818f85f7660/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cd83a29-287a-4988-96c8-1818f85f7660",
    "match": "https://api-prod.gambitprofit.com/api/matches/b24c1769-8097-4a8b-8f65-23e10431267e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-08T14:32:09.153033-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d6bfcda-e9dd-4545-8fc8-682f882a508c",
            "gambit_id": "01a1d84f-0dd1-4e60-8331-89d168eaff36",
            "last_updated": "2023-02-09T11:12:08.535108-05:00",
            "created_at": "2023-02-08T14:32:09.154334-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd83a29-287a-4988-96c8-1818f85f7660/?format=api"
        },
        {
            "id": "12cbd04c-9e5a-4a2b-8f8c-03fbca6c7ce6",
            "gambit_id": "9bb21340-2b87-428e-b8db-237ec6fdcc96",
            "last_updated": "2023-02-09T11:12:08.536331-05:00",
            "created_at": "2023-02-08T14:32:09.155668-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd83a29-287a-4988-96c8-1818f85f7660/?format=api"
        }
    ]
}