GET /api/bet_types/1b8c4fba-68aa-42fc-8ba8-8463659c348e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b8c4fba-68aa-42fc-8ba8-8463659c348e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c89f1f9-e141-4b55-89ce-ea22241ef1e0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:16.202316-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": "Las Vegas Raiders",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d681749-3786-4b1a-b7b4-c3a3155ca568",
            "gambit_id": "454d69a9-929f-4764-a72d-cedbe5b7b260",
            "last_updated": "2023-10-02T20:48:07.630652-04:00",
            "created_at": "2023-09-28T10:08:16.206434-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8c4fba-68aa-42fc-8ba8-8463659c348e/?format=api"
        },
        {
            "id": "e15bd8f9-9f86-4c4e-84ed-b0801d192a33",
            "gambit_id": "5f30345a-e5c9-45a1-9771-75e9234b9345",
            "last_updated": "2023-10-02T20:48:07.637615-04:00",
            "created_at": "2023-09-28T10:08:16.210246-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8c4fba-68aa-42fc-8ba8-8463659c348e/?format=api"
        }
    ]
}