GET /api/bet_types/37ae4422-1489-4579-9062-323fa273a2ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37ae4422-1489-4579-9062-323fa273a2ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e3d357-e663-47bd-92d0-a2378b21cc47/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:09.433043-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": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e475eb69-2938-43b5-aff0-b70c908de7ba",
            "gambit_id": "96a40514-092c-4c2b-98c2-e70773b934e5",
            "last_updated": "2023-12-19T09:58:17.332343-05:00",
            "created_at": "2023-12-15T09:13:09.444636-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ae4422-1489-4579-9062-323fa273a2ff/?format=api"
        },
        {
            "id": "3ff0d04f-9169-4458-8ac6-655e012a7835",
            "gambit_id": "90f8df14-507b-4138-b9f8-8e891e7a6440",
            "last_updated": "2023-12-19T09:58:17.335660-05:00",
            "created_at": "2023-12-15T09:13:09.448628-05:00",
            "name": "Green Bay Packers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ae4422-1489-4579-9062-323fa273a2ff/?format=api"
        }
    ]
}