GET /api/bet_types/5936dfd6-a94e-4d44-96c1-715d20801e15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5936dfd6-a94e-4d44-96c1-715d20801e15",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d104098-1a9c-4078-a4a2-241a59a4e7a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:01.302968-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": "Tampa Bay Buccaneers",
                "amount": 5214.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d915fe81-609a-4122-929c-cf3795469638",
            "gambit_id": "467f74f5-aed5-4f70-8da1-d834343e24c9",
            "last_updated": "2023-11-13T15:38:09.781732-05:00",
            "created_at": "2023-11-10T11:18:01.313335-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5936dfd6-a94e-4d44-96c1-715d20801e15/?format=api"
        },
        {
            "id": "01c8a025-41bf-46cb-8501-548ba6596d92",
            "gambit_id": "d7af4072-0b3e-4478-9f0c-39601ec0cabd",
            "last_updated": "2023-11-13T15:38:09.777989-05:00",
            "created_at": "2023-11-10T11:18:01.308449-05:00",
            "name": "Tennessee Titans",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5936dfd6-a94e-4d44-96c1-715d20801e15/?format=api"
        }
    ]
}