GET /api/bet_types/187f97b4-dac0-4285-8245-263babcab405/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "187f97b4-dac0-4285-8245-263babcab405",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9edbf87-9df1-496c-8d8b-9bfde29072f7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:08.848381-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "85eca664-c054-4966-8944-5c051942d54e",
            "gambit_id": "fffaf468-6a27-43e7-a441-404524fb4c3e",
            "last_updated": "2023-12-07T21:38:02.366682-05:00",
            "created_at": "2023-12-06T09:13:08.853019-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/187f97b4-dac0-4285-8245-263babcab405/?format=api"
        },
        {
            "id": "696cff47-3e9e-4702-bd69-c38211600fce",
            "gambit_id": "1f205b13-b355-4997-99d5-d26d1e68a484",
            "last_updated": "2023-12-07T21:38:02.370797-05:00",
            "created_at": "2023-12-06T09:13:08.857623-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/187f97b4-dac0-4285-8245-263babcab405/?format=api"
        }
    ]
}