GET /api/bet_types/6e0dff87-d182-4351-bbb1-30b3c72a5b97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e0dff87-d182-4351-bbb1-30b3c72a5b97",
    "match": "https://api-prod.gambitprofit.com/api/matches/610544f5-e4ab-4324-9e79-c00a078449a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-30T17:46:52.695844-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb3024af-ba00-4f5d-9692-d5056ea1f136",
            "gambit_id": "7124426d-0e41-4773-9aa4-f1f7ead2d08b",
            "last_updated": "2023-01-31T09:12:13.666533-05:00",
            "created_at": "2023-01-30T17:46:52.697197-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0dff87-d182-4351-bbb1-30b3c72a5b97/?format=api"
        },
        {
            "id": "9e35214a-266a-4550-8679-1930ea025264",
            "gambit_id": "e4dec32a-900b-4889-9d5a-0bca1d586e4e",
            "last_updated": "2023-01-31T09:12:13.668004-05:00",
            "created_at": "2023-01-30T17:46:52.698800-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0dff87-d182-4351-bbb1-30b3c72a5b97/?format=api"
        }
    ]
}