GET /api/bet_types/22bdcc41-7c68-48b4-810a-144bb03d7ccb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22bdcc41-7c68-48b4-810a-144bb03d7ccb",
    "match": "https://api-prod.gambitprofit.com/api/matches/08faa1f3-8f40-4389-9bf9-57bcc8fa070b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:18:00.183258-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": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bbbd4a5-7a3d-453c-aff9-95d23935b812",
            "gambit_id": "063f2f5d-60ec-4d00-8071-f0e630d869cd",
            "last_updated": "2023-12-26T15:13:18.777947-05:00",
            "created_at": "2023-12-23T09:18:00.186880-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22bdcc41-7c68-48b4-810a-144bb03d7ccb/?format=api"
        },
        {
            "id": "b397c768-2439-449a-832c-8a8d29309a18",
            "gambit_id": "dec61fae-47b8-46d7-821b-95541affaa8c",
            "last_updated": "2023-12-26T15:13:18.781432-05:00",
            "created_at": "2023-12-23T09:18:00.190841-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22bdcc41-7c68-48b4-810a-144bb03d7ccb/?format=api"
        }
    ]
}