GET /api/bet_types/7ed0f6f9-b442-44dd-b02a-a7d353b2527c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ed0f6f9-b442-44dd-b02a-a7d353b2527c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b05dd064-46fd-4b60-a2b3-03ebbccf1126/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:10.834205-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": 5107.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4de048fd-9fc8-4421-bc0e-3b5070b3d369",
            "gambit_id": "604f7b88-8f18-4418-a152-9353f1066329",
            "last_updated": "2024-01-02T10:33:08.296459-05:00",
            "created_at": "2023-12-27T09:43:10.842631-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ed0f6f9-b442-44dd-b02a-a7d353b2527c/?format=api"
        },
        {
            "id": "b0e23f4c-4fdd-40d8-b6a3-5d8c37f96ce2",
            "gambit_id": "702c4d9e-1179-480e-9b8c-78757217468a",
            "last_updated": "2024-01-02T10:33:08.292905-05:00",
            "created_at": "2023-12-27T09:43:10.838014-05:00",
            "name": "New Orleans Saints",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ed0f6f9-b442-44dd-b02a-a7d353b2527c/?format=api"
        }
    ]
}